DBA Data[Home] [Help]

APPS.IGS_EN_UNIT_SET_RULE_PKG dependencies on IGS_FI_VAL_FDFR

Line 99: || Changed the reference of "IGS_PS_VAL_USR.RULP_VAL_RUL_SRC" to program unit "IGS_FI_VAL_FDFR.RULP_VAL_RUL_SRC". -- kdande

95: -- Validate UNIT Set IGS_RU_RULE
96: IF p_inserting OR p_updating THEN
97: /*
98: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
99: || Changed the reference of "IGS_PS_VAL_USR.RULP_VAL_RUL_SRC" to program unit "IGS_FI_VAL_FDFR.RULP_VAL_RUL_SRC". -- kdande
100: */
101: IF IGS_FI_VAL_FDFR.rulp_val_rul_src(
102: new_references.s_rule_call_cd,
103: 'USET',

Line 101: IF IGS_FI_VAL_FDFR.rulp_val_rul_src(

97: /*
98: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
99: || Changed the reference of "IGS_PS_VAL_USR.RULP_VAL_RUL_SRC" to program unit "IGS_FI_VAL_FDFR.RULP_VAL_RUL_SRC". -- kdande
100: */
101: IF IGS_FI_VAL_FDFR.rulp_val_rul_src(
102: new_references.s_rule_call_cd,
103: 'USET',
104: new_references.rul_sequence_number,
105: v_message_name) = FALSE THEN