Home » Applications » Oracle Fusion Apps & E-Business Suite » Fnd_request.submit_request (forms 6i)
Fnd_request.submit_request [message #462720] |
Sat, 26 June 2010 01:58  |
ashokb21
Messages: 92 Registered: May 2010
|
Member |
|
|
hi,
i am established a custom form in 6i,i want to add a code to submit request on when button press trigger of which is r12 i am using same code for 11i but its showing soming error kindly help me to resolve this error.
fnd_global.apps_initialize( user_id => 1449, resp_id => 20420, resp_appl_id =>1);
l_success :=
fnd_request.submit_request
('INV', -- Application Short name of the Concurrent Program.
'XX_DEMPO_BATCH_CREATION_MINE', -- Program Short Name.
'XX_DEMPO_BATCH_CREATION_MINE', -- Description of the Program.
SYSDATE, -- Submitted date. Always give the SYSDATE.
FALSE ,-- Always give the FLASE.
'BDW', -- Passing the Value to the First Parameter of the report.
1,
20060131
--'N',
---'N'
);
COMMIT;
|
|
|
|
Goto Forum:
Current Time: Sun May 04 00:31:04 CDT 2025
|