DBA Data[Home] [Help]

APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_HOLD_PLAN

Line 1306: igs_fi_hold_plan c

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
1310: AND a.hold_start_dt = b.start_dt