DBA Data[Home] [Help]

APPS.LNS_UTILITY_PUB dependencies on FND_CONCURRENT_REQUESTS

Line 1068: FROM fnd_concurrent_requests fcr,

1064: l_is_pending Varchar2(1);
1065: l_request_id NUMBER;
1066: CURSOR C_CHECK_CP_REQ IS
1067: select request_id
1068: FROM fnd_concurrent_requests fcr,
1069: fnd_concurrent_programs fcp,
1070: fnd_application fa
1071: WHERE fa.application_short_name = p_application_short_name
1072: AND fcp.application_id = fa.application_id