DBA Data[Home] [Help]

APPS.WMS_WAVE_PLANNING_PVT dependencies on FND_CONC_GLOBAL

Line 629: l_request_data := FND_CONC_GLOBAL.Request_Data;

625:
626: v_wave_header_id := p_wave_header_id;
627:
628: l_mode := NULL;
629: l_request_data := FND_CONC_GLOBAL.Request_Data;
630: if l_request_data is NULL then
631:
632: if p_wave_template_name is not null then
633: --If Concurrent program is Scheduled and template name is given

Line 741: --FND_CONC_GLOBAL.Set_Req_Globals(Conc_Status => 'PAUSED',

737: parent_request_id := fnd_global.conc_request_id;
738:
739:
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',

Line 818: --FND_CONC_GLOBAL.Set_Req_Globals(Conc_Status => 'PAUSED',

814: end if; -- if p_plan_wave = 'Y'
815:
816: if p_release_wave = 'Y' THEN
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',

Line 929: g_request_data := FND_CONC_GLOBAL.Request_Data;

925: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
926: x_return_status VARCHAR2(10);
927: begin
928:
929: g_request_data := FND_CONC_GLOBAL.Request_Data;
930: print_Debug('request data '|| g_request_data, l_debug);
931:
932: if g_request_data is null then
933: savepoint plan_wave_concurrent_sp;

Line 3742: l_request_data := FND_CONC_GLOBAL.Request_Data;

3738:
3739: BEGIN
3740:
3741: l_mode := NULL;
3742: l_request_data := FND_CONC_GLOBAL.Request_Data;
3743: if l_request_data is NULL then
3744:
3745:
3746: PRINT_DEBUG('In spawn_workers ',l_debug);

Line 3784: FND_CONC_GLOBAL.Set_Req_Globals( Conc_Status => 'PAUSED'

3780: -- IF l_sub_request THEN
3781:
3782: print_debug ('Setting Parent Request to pause' , l_debug);
3783:
3784: FND_CONC_GLOBAL.Set_Req_Globals( Conc_Status => 'PAUSED'
3785: , Request_Data => p_organization_id ||':'||
3786: p_wave_id ||':'||
3787: p_mo_header_id ||':'||
3788: p_mode);