DBA Data[Home] [Help]

APPS.MSC_X_CP_FLOW dependencies on FND_REQUEST

Line 54: l_result := FND_REQUEST.SET_MODE(TRUE);

50:
51: BEGIN
52:
53: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
54: l_result := FND_REQUEST.SET_MODE(TRUE);
55: l_request_id := NULL;
56: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
57: 'MSC', -- application
58: 'MSCXNETG',-- program

Line 56: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

52:
53: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
54: l_result := FND_REQUEST.SET_MODE(TRUE);
55: l_request_id := NULL;
56: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
57: 'MSC', -- application
58: 'MSCXNETG',-- program
59: NULL, -- description
60: NULL, -- start_time

Line 312: l_result := FND_REQUEST.SET_MODE(TRUE);

308: FETCH c_aps_customer_id INTO l_aps_customer_id;
309: CLOSE c_aps_customer_id;
310:
311: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
312: l_result := FND_REQUEST.SET_MODE(TRUE);
313: l_request_id := NULL;
314: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
315: 'MSD', -- application
316: 'MSDXRCF',-- program

Line 314: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

310:
311: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
312: l_result := FND_REQUEST.SET_MODE(TRUE);
313: l_request_id := NULL;
314: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
315: 'MSD', -- application
316: 'MSDXRCF',-- program
317: NULL, -- description
318: NULL, -- start_time

Line 593: l_result := FND_REQUEST.SET_MODE(TRUE);

589: FETCH c_aps_supplier_id INTO l_aps_supplier_id;
590: CLOSE c_aps_supplier_id;
591:
592: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
593: l_result := FND_REQUEST.SET_MODE(TRUE);
594: l_request_id := NULL;
595: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
596: 'MSC', -- application
597: 'MSCXRCAP',-- program

Line 595: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

591:
592: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
593: l_result := FND_REQUEST.SET_MODE(TRUE);
594: l_request_id := NULL;
595: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
596: 'MSC', -- application
597: 'MSCXRCAP',-- program
598: NULL, -- description
599: NULL, -- start_time

Line 733: l_result := FND_REQUEST.SET_MODE(TRUE);

729: IF (l_plan_id IS NULL) THEN
730: print_user_info('Default plan name is not valid, please check the profile options for default ASCP plans');
731: ELSE
732: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
733: l_result := FND_REQUEST.SET_MODE(TRUE);
734: l_request_id := NULL;
735: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
736: 'MSC', -- application
737: 'MSCSLPPR5',-- program

Line 735: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

731: ELSE
732: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
733: l_result := FND_REQUEST.SET_MODE(TRUE);
734: l_request_id := NULL;
735: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
736: 'MSC', -- application
737: 'MSCSLPPR5',-- program
738: NULL, -- description
739: NULL, -- start_time

Line 866: l_result := FND_REQUEST.SET_MODE(TRUE);

862: l_request_id NUMBER;
863:
864: BEGIN
865: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
866: l_result := FND_REQUEST.SET_MODE(TRUE);
867: l_request_id := NULL;
868: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
869: 'MSC', -- application
870: 'MSCXSCP',-- program

Line 868: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

864: BEGIN
865: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
866: l_result := FND_REQUEST.SET_MODE(TRUE);
867: l_request_id := NULL;
868: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
869: 'MSC', -- application
870: 'MSCXSCP',-- program
871: NULL, -- description
872: NULL, -- start_time

Line 984: l_result := FND_REQUEST.SET_MODE(TRUE);

980: l_result BOOLEAN;
981: l_request_id NUMBER;
982: BEGIN
983: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
984: l_result := FND_REQUEST.SET_MODE(TRUE);
985: l_request_id := NULL;
986: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
987: 'MSC', -- application
988: 'MSCXPO',-- program

Line 986: l_request_id := FND_REQUEST.SUBMIT_REQUEST(

982: BEGIN
983: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
984: l_result := FND_REQUEST.SET_MODE(TRUE);
985: l_request_id := NULL;
986: l_request_id := FND_REQUEST.SUBMIT_REQUEST(
987: 'MSC', -- application
988: 'MSCXPO',-- program
989: NULL, -- description
990: NULL, -- start_time