DBA Data[Home] [Help]

APPS.HRI_BPL_PYUGEN_WRAPPER dependencies on FND_CONCURRENT

Line 201: FROM Fnd_Concurrent_Programs FCP

197: RETURN BOOLEAN IS
198: --
199: CURSOR c_cncrrnt_prcss(p_process_name IN VARCHAR2) IS
200: SELECT 'x'
201: FROM Fnd_Concurrent_Programs FCP
202: WHERE Concurrent_Program_Name = Upper (p_process_name)
203: AND application_id = 453; -- HRI
204: --
205: l_result VARCHAR2(240);

Line 360: l_success := fnd_concurrent.get_request_status

356: l_request_id := TO_NUMBER(l_request_data);
357: --
358: -- Check whether the sub process finished successfully.
359: --
360: l_success := fnd_concurrent.get_request_status
361: (
362: request_id => l_request_id
363: ,appl_shortname => NULL
364: ,program => NULL