DBA Data[Home] [Help]

APPS.MSC_RP_PUB dependencies on FND_REQUEST

Line 834: request_id1 := Fnd_Request.Submit_Request('MSC', l_executable1,'', '',

830: savepoint BF_CALL_CP;
831: -- if everything went fine and api was called from RP, launch the concurrent program for copying inputs....
832: --if L_CALL_FROM_RP=1 then
833: --launch input copy function
834: request_id1 := Fnd_Request.Submit_Request('MSC', l_executable1,'', '',
835: FALSE,ascp_plan_name,rp_plan_name ,is_new_rp_plan,chr(0),'','','','','','','','','','','','','','','','',
836: '','','','','','','','','','','','','','','','','','','','',
837: '','','','','','','','','','','','','','','','','','','','',
838: '','','','','','','','','','','','','','','','','','','','',

Line 933: request_id2 := Fnd_Request.Submit_Request('MSC', l_executable2,'', '', FALSE,rp_id,0,2,chr(0),'','','','','','','','','','','','','','','','',

929: ------------------------------------
930: --Launch MSCORP
931: ------------------------------------
932: savepoint BF_CALL_CP2;
933: request_id2 := Fnd_Request.Submit_Request('MSC', l_executable2,'', '', FALSE,rp_id,0,2,chr(0),'','','','','','','','','','','','','','','','',
934: '','','','','','','','','','','','','','','','','','','','',
935: '','','','','','','','','','','','','','','','','','','','',
936: '','','','','','','','','','','','','','','','','','','','',
937: '','','','','','','','','','','','','','','','','','','','');