DBA Data[Home] [Help]

APPS.IGS_PS_VER_RU_PKG dependencies on IGS_FI_VAL_FDFR

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

89: -- Validate IGS_PS_COURSE Version IGS_RU_RULE
90: IF p_inserting OR p_updating THEN
91: /*
92: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
93: || Changed the reference of "IGS_PS_VAL_CVR.RULP_VAL_RUL_SRC" to program unit "IGS_FI_VAL_FDFR.RULP_VAL_RUL_SRC". -- kdande
94: */
95: IF IGS_FI_VAL_FDFR.rulp_val_rul_src(
96: new_references.s_rule_call_cd,
97: 'COURSE',

Line 95: IF IGS_FI_VAL_FDFR.rulp_val_rul_src(

91: /*
92: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
93: || Changed the reference of "IGS_PS_VAL_CVR.RULP_VAL_RUL_SRC" to program unit "IGS_FI_VAL_FDFR.RULP_VAL_RUL_SRC". -- kdande
94: */
95: IF IGS_FI_VAL_FDFR.rulp_val_rul_src(
96: new_references.s_rule_call_cd,
97: 'COURSE',
98: new_references.rul_sequence_number,
99: v_message_name) = FALSE THEN