DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_PE_PERS_ENCUMB

Line 1305: igs_pe_pers_encumb b,

1301: -- to obtain the process start date for conversion
1302: CURSOR c_get_process_dt IS
1303: SELECT a.process_start_dt
1304: FROM igs_fi_person_holds a,
1305: igs_pe_pers_encumb b,
1306: igs_fi_hold_plan c
1307: WHERE a.hold_plan_name = c.hold_plan_name
1308: AND c.hold_plan_level = 'S'
1309: AND a.person_id = b.person_id