Skip to main content
Solved

Add Custom Field 'Coordinator' in Project Miscellaneous Parts

  • October 14, 2020
  • 2 replies
  • 122 views

Forum|alt.badge.img+9

Hi all,

I would like to add the field Coordinator from the Purchase Order header in the menu Project Miscellaneous Parts. I have experience with adding Custom Fields with Implementation Type ‘Reference’ but not with a SQL statement. And since there is no possibility to add the field via a reference, I will need a SQL statement to do so. I tried some things but I was not able to get it right.

I would appreciate your help!

We are on APPS10 Update 7.

 

 

Best answer by GPIE

Hi @BZNSIMON,

Here is an example of a custom field from our implementation.  The select statement uses references to the form where the field is embedded:

select x from y where order_no = :order_no and contract = :contract

In your case, I guess the select statement would be something like:

select 
IFSAPP.PURCHASE_ORDER_API.GET_AUTHORIZE_CODE(:order_no)
from dual

I hope this helps.

View original
Did this topic help you find an answer to your question?

2 replies

GPIE
Hero (Customer)
Forum|alt.badge.img+11
  • Hero (Customer)
  • 113 replies
  • Answer
  • October 14, 2020

Hi @BZNSIMON,

Here is an example of a custom field from our implementation.  The select statement uses references to the form where the field is embedded:

select x from y where order_no = :order_no and contract = :contract

In your case, I guess the select statement would be something like:

select 
IFSAPP.PURCHASE_ORDER_API.GET_AUTHORIZE_CODE(:order_no)
from dual

I hope this helps.


Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 77 replies
  • October 14, 2020

Hi @GPIE,

With your input I managed to fill in the correct statement. Thanks alot!

 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings