DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_DEFAULT_PVT dependencies on EAM_PROCESS_WO_PVT

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

159: BEGIN
160: x_eam_sub_res_rec := p_eam_sub_res_rec;
161: x_eam_sub_res_rec := p_eam_sub_res_rec;
162:
163: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Processing null columns prior update'); END IF;
164:
165: IF p_eam_sub_res_rec.resource_id IS NULL OR
166: p_eam_sub_res_rec.resource_id = FND_API.G_MISS_NUM
167: THEN

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

364: x_eam_sub_res_rec.department_id := p_old_eam_sub_res_rec.department_id;
365: END IF;
366:
367:
368: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Done processing null columns prior update'); END IF;
369:
370: END Populate_Null_Columns;
371:
372: END EAM_SUB_RESOURCE_DEFAULT_PVT;