APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_APP_RULES_V
Line 559: FROM igs_fi_app_rules_v
555: -- for the application hierarchy id
556: CURSOR cur_app_rules(cp_appl_hierarchy_id igs_fi_app_rules.appl_hierarchy_id%TYPE)
557: IS
558: SELECT rule_sequence, fee_type, enabled_flag 559: FROM igs_fi_app_rules_v 560: WHERE appl_hierarchy_id = cp_appl_hierarchy_id AND
561: enabled_flag = 'Y'
562: ORDER BY rule_sequence;
563: