DBA Data[Home] [Help]

APPS.MRP_AP_REL_PLAN_PUB dependencies on FND_REQUEST

Line 2090: lv_result := FND_REQUEST.SET_MODE(TRUE);

2086: WHERE GROUP_ID= G_WIP_GROUP_ID
2087: AND ROWNUM=1;
2088:
2089: --set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2090: lv_result := FND_REQUEST.SET_MODE(TRUE);
2091:
2092: IF WSMPVERS.get_osfm_release_version >= '110509' then
2093: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2094: 'WSM', -- application

Line 2093: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

2089: --set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2090: lv_result := FND_REQUEST.SET_MODE(TRUE);
2091:
2092: IF WSMPVERS.get_osfm_release_version >= '110509' then
2093: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2094: 'WSM', -- application
2095: 'WSMPLBJI', -- program
2096: NULL, -- description
2097: NULL, -- start_time

Line 2101: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

2097: NULL, -- start_time
2098: FALSE, -- sub_request
2099: g_wip_group_id); -- group_id
2100: ELSE
2101: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2102: 'WSM', -- application
2103: 'WSMPLBJI', -- program
2104: NULL, -- description
2105: NULL, -- start_time

Line 2422: lv_result := FND_REQUEST.SET_MODE(TRUE);

2418:
2419: MODIFY_RESOURCE_REQUIREMENT;
2420:
2421: --set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2422: lv_result := FND_REQUEST.SET_MODE(TRUE);
2423:
2424:
2425: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2426: 'WIP', -- application

Line 2425: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

2421: --set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2422: lv_result := FND_REQUEST.SET_MODE(TRUE);
2423:
2424:
2425: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2426: 'WIP', -- application
2427: 'WICMLP', -- program
2428: NULL, -- description
2429: NULL, -- start_time

Line 2452: lv_result := FND_REQUEST.SET_MODE(TRUE);

2448:
2449: SET_OPM_SCHEDULING_METHOD;
2450:
2451: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2452: lv_result := FND_REQUEST.SET_MODE(TRUE);
2453:
2454: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2455: 'GMP', -- application
2456: 'GMPAPSFD', -- program

Line 2454: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

2450:
2451: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2452: lv_result := FND_REQUEST.SET_MODE(TRUE);
2453:
2454: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2455: 'GMP', -- application
2456: 'GMPAPSFD', -- program
2457: NULL, -- description
2458: NULL, -- start_time

Line 2782: FND_REQUEST.SET_ORG_ID (c2.org_id);

2778: FOR C2 IN C1
2779: LOOP
2780:
2781: MO_GLOBAL.INIT ('PO');
2782: FND_REQUEST.SET_ORG_ID (c2.org_id);
2783: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2784: lv_result := FND_REQUEST.SET_MODE(TRUE);
2785:
2786: o_request_id := NULL;

Line 2784: lv_result := FND_REQUEST.SET_MODE(TRUE);

2780:
2781: MO_GLOBAL.INIT ('PO');
2782: FND_REQUEST.SET_ORG_ID (c2.org_id);
2783: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2784: lv_result := FND_REQUEST.SET_MODE(TRUE);
2785:
2786: o_request_id := NULL;
2787: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2788: 'PO', -- application

Line 2787: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

2783: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2784: lv_result := FND_REQUEST.SET_MODE(TRUE);
2785:
2786: o_request_id := NULL;
2787: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2788: 'PO', -- application
2789: 'REQIMPORT',-- program
2790: NULL, -- description
2791: NULL, -- start_time

Line 2871: FND_REQUEST.SET_ORG_ID (c2.org_id);

2867: FOR C2 IN C1
2868: LOOP
2869:
2870: MO_GLOBAL.INIT ('PO');
2871: FND_REQUEST.SET_ORG_ID (c2.org_id);
2872: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2873: lv_result := FND_REQUEST.SET_MODE(TRUE);
2874:
2875: o_request_id := NULL;

Line 2873: lv_result := FND_REQUEST.SET_MODE(TRUE);

2869:
2870: MO_GLOBAL.INIT ('PO');
2871: FND_REQUEST.SET_ORG_ID (c2.org_id);
2872: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2873: lv_result := FND_REQUEST.SET_MODE(TRUE);
2874:
2875: o_request_id := NULL;
2876: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2877: 'PO', -- application

Line 2876: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

2872: -- set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
2873: lv_result := FND_REQUEST.SET_MODE(TRUE);
2874:
2875: o_request_id := NULL;
2876: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
2877: 'PO', -- application
2878: 'POXRSR', -- program
2879: NULL, -- description
2880: NULL, -- start_time

Line 4618: lv_result := FND_REQUEST.SET_MODE(TRUE);

4614:
4615: MODIFY_EAM_RES_REQUIREMENT;
4616:
4617: --set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
4618: lv_result := FND_REQUEST.SET_MODE(TRUE);
4619:
4620:
4621: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
4622: 'EAM', -- application

Line 4621: o_request_id := FND_REQUEST.SUBMIT_REQUEST(

4617: --set to trigger mode to bypass the 'SAVEPOINT' and 'ROLLBACK' command.
4618: lv_result := FND_REQUEST.SET_MODE(TRUE);
4619:
4620:
4621: o_request_id := FND_REQUEST.SUBMIT_REQUEST(
4622: 'EAM', -- application
4623: 'EAMIMPWO', -- program
4624: NULL, -- description
4625: NULL, -- start_time