DBA Data[Home] [Help]

APPS.IGS_GR_CRM_ROUND_PRD_PKG dependencies on IGS_EN_NOM_CMPL_PRD_PKG

Line 118: IF NOT IGS_EN_NOM_CMPL_PRD_PKG.Get_PK_For_Validation (

114: IF (old_references.completion_period = new_references.completion_period) OR
115: (new_references.completion_period IS NULL) THEN
116: NULL;
117: ELSE
118: IF NOT IGS_EN_NOM_CMPL_PRD_PKG.Get_PK_For_Validation (
119: new_references.completion_period
120: ) THEN
121: FND_MESSAGE.SET_NAME ('FND', 'FORM_RECORD_DELETED');
122: IGS_GE_MSG_STACK.ADD;