DBA Data[Home] [Help]

APPS.IGS_AD_PS_APPL_INST_PKG dependencies on IGS_EN_UNIT_SET_PKG

Line 3096: IF NOT IGS_EN_UNIT_SET_PKG.Get_PK_For_Validation (

3092: ((new_references.unit_set_cd IS NULL) OR
3093: (new_references.us_version_number IS NULL))) THEN
3094: NULL;
3095: ELSE
3096: IF NOT IGS_EN_UNIT_SET_PKG.Get_PK_For_Validation (
3097: new_references.unit_set_cd,
3098: new_references.us_version_number
3099: )THEN
3100: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');