DBA Data[Home] [Help]

APPS.HZ_IMP_LOAD_WRAPPER dependencies on FND_CONC_REQ_SUMMARY_V

Line 527: select 'Y' from fnd_conc_req_summary_v

523: P_BATCH_MODE_FLAG IN VARCHAR2
524: ) IS
525: l_running_dl_wrapper VARCHAR2(1);
526: CURSOR c_running_dl_wrapper IS
527: select 'Y' from fnd_conc_req_summary_v
528: where program_short_name like 'ARHLWRPB'
529: and phase_code <> 'C'
530: and rownum = 1;
531: