DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on FND_REQUEST

Line 503: x_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',

499: -- Creates the batch record
500: --Inserts into Lines Table
501: -- Calls the Pick Release process
502: --Should clear out All Global Variable ???????????????
503: x_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',
504: program => 'WMS_WAVE_PLANNING',
505: description => 'Wave Planning Initiate process', -- Need to change to Upper Cae?????
506: start_time => NULL,
507: argument1 => NULL,

Line 744: p_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',

740: -- Bug 12733479 change. Commenting out the following call.
741: --FND_CONC_GLOBAL.Set_Req_Globals(Conc_Status => 'PAUSED',
742: -- Request_Data => 'Child');
743:
744: p_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',
745: program => 'PLAN_WAVE_CP',
746: description => 'Wave Planning Plan Wave',
747: start_time => NULL,
748: --sub_request => TRUE, Bug 12733479

Line 821: p_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',

817: -- Bug 12733479 change. Commenting out the following call.
818: --FND_CONC_GLOBAL.Set_Req_Globals(Conc_Status => 'PAUSED',
819: -- Request_Data => 'Child');
820:
821: p_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',
822: program => 'RELEASE_BATCH_CP',
823: description => 'Wave Planning Release Wave',
824: start_time => NULL,
825: --sub_request => TRUE, Bug 12733479

Line 1188: p_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',

1184: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
1185: begin
1186:
1187: print_Debug('In Call Plan Wave', l_debug);
1188: p_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',
1189: program => 'PLAN_WAVE_CP',
1190: description => 'Wave Planning Plan Wave',
1191: start_time => NULL,
1192: argument1 => p_wave_header_id,

Line 3756: FND_REQUEST.Submit_Request( application => 'WMS'

3752: FOR i IN 1..p_num_workers LOOP -- {
3753: print_debug ('Submitting worker #: ' || i, l_debug);
3754:
3755: l_request_id :=
3756: FND_REQUEST.Submit_Request( application => 'WMS'
3757: , program => 'WMSWPRBS'
3758: -- , description => ''
3759: -- , start_time => ''
3760: -- , sub_request => l_sub_request

Line 4563: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',

4559: BEGIN
4560:
4561: x_return_status := fnd_api.g_ret_sts_success;
4562:
4563: l_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',
4564: program => 'WMSPALOC',
4565: description => 'WMS post-allocation processing',
4566: start_time => NULL,
4567: -- sub_request => TRUE,

Line 19682: x_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',

19678: where wave_header_id = p_wave_header_id;
19679: */
19680: commit;
19681:
19682: x_request_id := FND_REQUEST.SUBMIT_REQUEST(application => 'WMS',
19683: program => 'RELEASE_BATCH_CP',
19684: description => 'Wave Planning Release Wave',
19685: start_time => NULL,
19686: argument1 => p_wave_header_id);