DBA Data[Home] [Help]

APPS.IGS_PR_RULE_PKG dependencies on IGS_PR_VAL_PRA

Line 84: || Changed the reference of "IGS_PR_VAL_PRR.PRGP_VAL_PRGC_CLOSED" to program unit "IGS_PR_VAL_PRA.PRGP_VAL_PRGC_CLOSED". -- kdande

80: -- Validate the progression IGS_RU_RULE category
81: IF p_inserting THEN
82: /*
83: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
84: || Changed the reference of "IGS_PR_VAL_PRR.PRGP_VAL_PRGC_CLOSED" to program unit "IGS_PR_VAL_PRA.PRGP_VAL_PRGC_CLOSED". -- kdande
85: */
86: IF IGS_PR_VAL_PRA.prgp_val_prgc_closed (
87: new_references.progression_rule_cat,
88: v_message_name) = FALSE THEN

Line 86: IF IGS_PR_VAL_PRA.prgp_val_prgc_closed (

82: /*
83: || Bug ID 1956374 - Removal of Duplicate Program Units from OSS.
84: || Changed the reference of "IGS_PR_VAL_PRR.PRGP_VAL_PRGC_CLOSED" to program unit "IGS_PR_VAL_PRA.PRGP_VAL_PRGC_CLOSED". -- kdande
85: */
86: IF IGS_PR_VAL_PRA.prgp_val_prgc_closed (
87: new_references.progression_rule_cat,
88: v_message_name) = FALSE THEN
89: Fnd_Message.Set_Name('IGS',v_message_name);
90: IGS_GE_MSG_STACK.ADD;