DBA Data[Home] [Help]

APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_ADL_APP_RUL_V

Line 569: FROM igs_fi_adl_app_rul_v

565: -- for the application hierarchy id in the Additional Authorized tab
566: CURSOR cur_adl_app_rules(cp_appl_hierarchy_id igs_fi_app_rules.appl_hierarchy_id%TYPE)
567: IS
568: SELECT rule_sequence, fee_type, enabled_flag
569: FROM igs_fi_adl_app_rul_v
570: WHERE appl_hierarchy_id = cp_appl_hierarchy_id AND
571: enabled_flag = 'Y'
572: ORDER BY rule_sequence;
573: