DBA Data[Home] [Help]

APPS.CSD_INTERNAL_ORDERS_PVT dependencies on FND_REQUEST

Line 707: fnd_request.set_org_id (p_destination_ous(1));

703: l_destination_subinvs(i)
704: );
705: commit;
706: -- step 5. Call the concurrent program.
707: fnd_request.set_org_id (p_destination_ous(1));
708:
709: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
710: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling REQIMPORT CP.');
711: END IF;

Line 712: l_request_id := fnd_request.submit_request(

708:
709: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
710: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling REQIMPORT CP.');
711: END IF;
712: l_request_id := fnd_request.submit_request(
713: 'PO', 'REQIMPORT', NULL, NULL, FALSE,'CSD', NULL, 'ALL',
714: NULL ,'N', 'Y' , chr(0), NULL, NULL, NULL,
715: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
716: NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,

Line 2673: fnd_request.set_org_id (p_ir_operating_unit);

2669: x_message VARCHAR2(2000);
2670:
2671: BEGIN
2672:
2673: fnd_request.set_org_id (p_ir_operating_unit);
2674: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2675: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling POCISO to populate OM interface tables');
2676: END IF;
2677: l_request_id := fnd_request.submit_request(

Line 2677: l_request_id := fnd_request.submit_request(

2673: fnd_request.set_org_id (p_ir_operating_unit);
2674: IF (G_LEVEL_PROCEDURE >= G_RUNTIME_LEVEL) THEN
2675: Fnd_Log.STRING(G_LEVEL_PROCEDURE, lc_api_name,'Calling POCISO to populate OM interface tables');
2676: END IF;
2677: l_request_id := fnd_request.submit_request(
2678: 'PO', 'POCISO', NULL, NULL, FALSE );
2679: COMMIT;
2680:
2681: -- wait for the request to complete.

Line 2704: l_request_id := fnd_request.submit_request(

2700: END IF;
2701: -- bug#12337175, subhat.
2702: -- The OU should be source OU. Since the ISO is always created in the source OU.
2703: -- change p_destination_ous to p_source_ous
2704: l_request_id := fnd_request.submit_request(
2705: 'ONT', 'OEOIMP', NULL, NULL, FALSE,p_so_operating_unit,10, p_requisition_id,
2706: NULL,'N',1,4,NULL,NULL,NULL,'Y','N','Y',p_operating_unit,'Y');
2707:
2708: --dbms_output.put_line('launched cp '||l_request_id);