DBA Data[Home] [Help]

APPS.IGS_PS_USEC_X_USEC_PKG dependencies on IGS_PS_UNIT_OFR_OPT_PKG

Line 135: ELSIF NOT Igs_Ps_Unit_Ofr_Opt_Pkg.Get_UK_For_Validation (

131:
132: IF (((old_references.child_uoo_id = new_references.child_uoo_id)) OR
133: ((new_references.child_uoo_id IS NULL))) THEN
134: NULL;
135: ELSIF NOT Igs_Ps_Unit_Ofr_Opt_Pkg.Get_UK_For_Validation (
136: new_references.child_uoo_id
137: ) THEN
138: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
139: IGS_GE_MSG_STACK.ADD;

Line 146: ELSIF NOT Igs_Ps_Unit_Ofr_Opt_Pkg.Get_UK_For_Validation (

142:
143: IF (((old_references.parent_uoo_id = new_references.parent_uoo_id)) OR
144: ((new_references.parent_uoo_id IS NULL))) THEN
145: NULL;
146: ELSIF NOT Igs_Ps_Unit_Ofr_Opt_Pkg.Get_UK_For_Validation (
147: new_references.parent_uoo_id
148: ) THEN
149: Fnd_Message.Set_Name ('FND','FORM_RECORD_DELETED');
150: IGS_GE_MSG_STACK.ADD;