DBA Data[Home] [Help]

APPS.EAM_PM_CONCURRENT_REQUESTS dependencies on FND_REQUEST

Line 139: x_req_id := fnd_request.submit_request(

135: from wip_job_schedule_interface
136: where group_id = p_group_id;
137:
138: if ( x_count > 0 ) then
139: x_req_id := fnd_request.submit_request(
140: 'WIP', 'WICMLP', NULL, NULL, FALSE,
141: to_char(p_group_id), '0', '2');
142:
143: commit;