DBA Data[Home] [Help]

APPS.EAM_REQUEST_VALIDATE_PVT dependencies on EAM_PROCESS_WO_PVT

Line 35: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Work Request/Service Request processing Check Required'); END IF;

31: l_out_Mesg_Token_Tbl EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type;
32: l_Token_Tbl EAM_ERROR_MESSAGE_PVT.Token_Tbl_Type;
33: BEGIN
34:
35: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Work Request/Service Request processing Check Required'); END IF;
36:
37: x_return_status := FND_API.G_RET_STS_SUCCESS;
38:
39: IF p_eam_request_rec.organization_id IS NULL

Line 104: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Work Request/Service Request processing Check Attributes'); END IF;

100: l_Token_Tbl EAM_ERROR_MESSAGE_PVT.Token_Tbl_Type;
101: g_dummy NUMBER;
102: BEGIN
103:
104: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Work Request/Service Request processing Check Attributes'); END IF;
105:
106: x_return_status := FND_API.G_RET_STS_SUCCESS;
107:
108: IF p_eam_request_rec.request_number IS NULL