DBA Data[Home] [Help]

APPS.BIS_CREATE_REQUESTSET dependencies on FND_CONCURRENT_PROGRAMS_VL

Line 4441: FROM BIS_RS_PROG_RUN_HISTORY bis, FND_CONCURRENT_PROGRAMS_VL fnd

4437: l_root_request_id NUMBER;
4438:
4439: CURSOR c_get_all_prog_status IS
4440: SELECT request_id, user_concurrent_program_name NAME, 'PROG' TYPE
4441: FROM BIS_RS_PROG_RUN_HISTORY bis, FND_CONCURRENT_PROGRAMS_VL fnd
4442: WHERE bis.set_request_id = l_root_request_id AND bis.status_code ='E'
4443: AND bis.prog_app_id = fnd.application_id AND bis.program_id = fnd.concurrent_program_id
4444: UNION
4445: SELECT request_id, user_stage_name NAME, 'STAGE' TYPE