DBA Data[Home] [Help]

APPS.IGS_PR_S_OU_PRG_CAL_PKG dependencies on IGS_PR_VAL_SOPCA

Line 93: IF IGS_PR_VAL_SOPCA.prgp_val_sopca_cause (

89: END IF;
90: -- Validate the show cause length
91: IF p_inserting OR (p_updating AND
92: new_references.show_cause_length <> old_references.show_cause_length) THEN
93: IF IGS_PR_VAL_SOPCA.prgp_val_sopca_cause (
94: new_references.org_unit_cd,
95: new_references.ou_start_dt,
96: new_references.show_cause_length,
97: v_message_name) = FALSE THEN

Line 106: IF IGS_PR_VAL_SOPCA.prgp_val_sopca_apl (

102: END IF;
103: -- Validate the appeal length
104: IF p_inserting OR (p_updating AND
105: new_references.appeal_length <> old_references.appeal_length) THEN
106: IF IGS_PR_VAL_SOPCA.prgp_val_sopca_apl (
107: new_references.org_unit_cd,
108: new_references.ou_start_dt,
109: new_references.appeal_length,
110: v_message_name) = FALSE THEN