DBA Data[Home] [Help]

APPS.IGS_UC_TRAN_PROCESSOR_PKG dependencies on IGS_UC_CYC_DEFAULTS

Line 1466: FROM igs_uc_transactions a, igs_uc_cyc_defaults b

1462: a.hold_flag, a.created_by, a.creation_date,
1463: a.last_updated_by, a.last_update_date, a.last_update_login,
1464: a.sent_to_ucas, a.test_cond_cat, a.test_cond_name, a.inst_reference ,
1465: a.auto_generated_flag, a.system_code , a.ucas_cycle, a.modular, a.part_time
1466: FROM igs_uc_transactions a, igs_uc_cyc_defaults b
1467: WHERE a.sent_to_ucas = 'N' AND a.hold_flag = 'N'
1468: AND a.ucas_cycle = cp_conf_cycle
1469: AND a.system_code = b.system_code
1470: AND a.ucas_cycle = b.ucas_cycle

Line 1681: FROM igs_uc_transactions a, igs_uc_cyc_defaults b

1677: a.hold_flag, a.created_by, a.creation_date,
1678: a.last_updated_by, a.last_update_date, a.last_update_login,
1679: a.sent_to_ucas, a.test_cond_cat, a.test_cond_name, a.inst_reference ,
1680: a.auto_generated_flag, a.system_code , a.ucas_cycle, a.modular, a.part_time
1681: FROM igs_uc_transactions a, igs_uc_cyc_defaults b
1682: WHERE a.sent_to_ucas = 'N' AND a.hold_flag = 'N'
1683: AND a.ucas_cycle = cp_conf_cycle
1684: AND a.system_code = p_system_code
1685: AND a.system_code = b.system_code