DBA Data[Home] [Help]

APPS.EAM_SUB_RESOURCE_DEFAULT_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 120: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

116:
117: PROCEDURE Attribute_Defaulting
118: ( p_eam_sub_res_rec IN EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
119: , x_eam_sub_res_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_sub_res_rec_type
120: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
121: , x_return_status OUT NOCOPY VARCHAR2
122: )
123: IS
124: l_eam_sub_res_rec EAM_PROCESS_WO_PUB.eam_sub_res_rec_type;

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;