DBA Data[Home] [Help]

APPS.EAM_ISOLATION_DEFAULT_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 22: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Processing null columns for isolation prior to update'); END IF;

18: BEGIN
19: x_eam_isolation_rec :=p_eam_iso_header_rec;
20: IF p_eam_iso_header_rec.TRANSACTION_TYPE =EAM_PROCESS_WO_PVT.G_OPR_UPDATE
21: THEN
22: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Processing null columns for isolation prior to update'); END IF;
23:
24: /* IF p_eam_iso_header_rec.ISOLATION_ID IS NULL OR
25: p_eam_iso_header_rec.ISOLATION_ID = FND_API.G_MISS_NUM
26: THEN

Line 277: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Done processing null columns prior update'); END IF;

273: THEN
274: x_eam_isolation_rec.PERMIT_REQUIRED := p_old_eam_iso_header_rec.PERMIT_REQUIRED;
275: END IF;
276:
277: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Done processing null columns prior update'); END IF;
278: END IF;
279:
280: END Populate_Null_Columns;
281: