DBA Data[Home] [Help]

APPS.EAM_PM_CONCURRENT_REQUESTS dependencies on FND_REQUEST

Line 137: x_req_id := fnd_request.submit_request(

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