DBA Data[Home] [Help]

APPS.IGS_OR_UNIT_REL_PKG dependencies on IGS_OR_VAL_OUR

Line 105: IF IGS_OR_VAL_OUR.orgp_val_our (New_References.parent_org_unit_cd,

101: v_rowid_saved := TRUE;
102: -- Cannot call orgp_val_our because trigger may be mutating.
103: -- Pasted from Mutation Handling Validaton Trig
104: -- Validate org IGS_PS_UNIT relationship.
105: IF IGS_OR_VAL_OUR.orgp_val_our (New_References.parent_org_unit_cd,
106: New_References.parent_start_dt,
107: New_References.child_org_unit_cd,
108: New_References.child_start_dt,
109: v_message_name) = FALSE THEN