DBA Data[Home] [Help]

APPS.EAM_WO_COMP_UTILITY_PVT dependencies on EAM_ERROR_MESSAGE_PVT

Line 26: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

22:
23: PROCEDURE Perform_Writes (
24: p_eam_wo_comp_rec IN EAM_PROCESS_WO_PUB. eam_wo_comp_rec_type
25: , x_return_status OUT NOCOPY VARCHAR2
26: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
27: );
28:
29: PROCEDURE insert_row (
30: p_eam_wo_comp_rec IN EAM_PROCESS_WO_PUB. eam_wo_comp_rec_type

Line 32: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

28:
29: PROCEDURE insert_row (
30: p_eam_wo_comp_rec IN EAM_PROCESS_WO_PUB. eam_wo_comp_rec_type
31: , x_return_status OUT NOCOPY VARCHAR2
32: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
33: );
34:
35: PROCEDURE update_row (
36: p_eam_wo_comp_rec IN EAM_PROCESS_WO_PUB. eam_wo_comp_rec_type

Line 38: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type

34:
35: PROCEDURE update_row (
36: p_eam_wo_comp_rec IN EAM_PROCESS_WO_PUB. eam_wo_comp_rec_type
37: , x_return_status OUT NOCOPY VARCHAR2
38: , x_mesg_token_tbl OUT NOCOPY EAM_ERROR_MESSAGE_PVT.Mesg_Token_Tbl_Type
39: );
40:
41: INVENTORY_ITEM_NULL EAM_WorkOrderTransactions_PUB.Inventory_Item_Tbl_Type;
42: