DBA Data[Home] [Help]

APPS.IGS_RE_SCHL_TYPE_PKG dependencies on IGS_OR_UNIT_PKG

Line 118: IF NOT IGS_OR_UNIT_PKG.Get_PK_For_Validation (

114: ((new_references.org_unit_cd_from IS NULL) OR
115: (new_references.ou_start_dt_from IS NULL))) THEN
116: NULL;
117: ELSE
118: IF NOT IGS_OR_UNIT_PKG.Get_PK_For_Validation (
119: new_references.org_unit_cd_from,
120: new_references.ou_start_dt_from
121: ) THEN
122: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');