DBA Data[Home] [Help]

APPS.IGS_EN_ST_SNAPSHOT_PKG dependencies on IGS_EN_ST_SPSHT_CTL_PKG

Line 143: IF NOT IGS_EN_ST_SPSHT_CTL_PKG.Get_PK_For_Validation (

139: IF (((old_references.snapshot_dt_time = new_references.snapshot_dt_time)) OR
140: ((new_references.snapshot_dt_time IS NULL))) THEN
141: NULL;
142: ELSE
143: IF NOT IGS_EN_ST_SPSHT_CTL_PKG.Get_PK_For_Validation (
144: new_references.snapshot_dt_time
145: ) THEN
146: Fnd_Message.Set_Name ('FND', 'FORM_RECORD_DELETED');
147: IGS_GE_MSG_STACK.ADD;