DBA Data[Home] [Help]

APPS.EAM_OP_NETWORK_DEFAULT_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 121: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

117:
118: PROCEDURE Attribute_Defaulting
119: ( p_eam_op_network_rec IN EAM_PROCESS_WO_PUB.eam_op_network_rec_type
120: , x_eam_op_network_rec OUT NOCOPY EAM_PROCESS_WO_PUB.eam_op_network_rec_type
121: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
122: , x_return_status OUT NOCOPY VARCHAR2
123: )
124: IS
125: l_out_eam_op_network_rec EAM_PROCESS_WO_PUB.eam_op_network_rec_type;

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

160: BEGIN
161: x_eam_op_network_rec := p_eam_op_network_rec;
162: -- x_eam_op_network_rec := p_eam_op_network_rec;
163:
164: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Processing null columns prior update'); END IF;
165:
166: IF p_eam_op_network_rec.prior_operation IS NULL OR
167: p_eam_op_network_rec.prior_operation = FND_API.G_MISS_NUM
168: THEN

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

275: x_eam_op_network_rec.attribute15 := p_old_eam_op_network_rec.attribute15;
276: END IF;
277:
278:
279: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Done processing null columns prior update'); END IF;
280:
281:
282: END Populate_Null_Columns;
283: