DBA Data[Home] [Help]

APPS.AHL_WIP_JOB_PVT dependencies on FND_REQUEST

Line 802: l_req_id := fnd_request.submit_request('WIP','WICMLP', NULL, NULL, FALSE,

798: AHL_DEBUG_PUB.debug('Inside: submit_wip_load, just before calling submit_request');
799: --dbms_output.put_line('Inside: submit_wip_load, just before calling submit_request');
800: END IF;
801: -- submit request of WIP Mass Load
802: l_req_id := fnd_request.submit_request('WIP','WICMLP', NULL, NULL, FALSE,
803: TO_CHAR(p_group_id), 0, 1);
804:
805: IF G_DEBUG='Y' THEN
806: AHL_DEBUG_PUB.debug('When calling submit_request, the group_id is '||to_char(p_group_id));