How can u call a standard interface program from sql or
pl/sql code?
Answer Posted / aditya kumar
Any program (whether a standard or custom ) which is
registered as a concurrent can be called by using
SUBMIT_REQUEST function available in FND_REQUEST package.
The syntax is as under
declare
v_req_id_out number;
begin
v_req_id := FND_REQUEST.SUBMIT_REQUEST
('GEMSAP','GE_AP_IND_BILL_DISCOUNT_MAILER',NULL,Null,False,
NULL, NULL, NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL,NULL, NULL, NULL, NULL, NULL);
end;
here 'GEMSAP' is the Application Short Name (Can Vary for
ur Program)
'GE_AP_IND_BILL_DISCOUNT_MAILER' is the Program Short Name
and after False there are 100 parameters to pass any value
from parameter.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
do you know is it possible to run the interface without using oracle apps?
how do you describe O2C along with tables
Are you familiar with internet architecture of oracle apps 11i?
What is count(*) from po_vendors(any table)?
Can you differentiate between mediator and osb?
Tell me where we find the status of order information?
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
List the various types of value set.
what are the balancing segments in AR?
What do you understand by soa?
What are do's and dont's of Interface?
Plz anybody send me Technical specification for AP Interface
What is a flexfield? List out its types.
Do you know where we can check the status of po?
What are the different components of soa suite?