DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on ERROR_HANDLER

Line 145: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,

141: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,
142: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,
143: x_rtg_return_status OUT NOCOPY VARCHAR2,
144: x_rtg_msg_count OUT NOCOPY NUMBER,
145: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,
146:
147: x_bom_header_rec OUT NOCOPY BOM_BO_PUB.BOM_Head_Rec_Type,
148: x_bom_revision_tbl OUT NOCOPY BOM_BO_PUB.BOM_Revision_Tbl_Type,
149: x_bom_component_tbl OUT NOCOPY BOM_BO_PUB.BOM_Comps_Tbl_Type,

Line 154: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,

150: x_bom_ref_designator_tbl OUT NOCOPY BOM_BO_PUB.BOM_Ref_Designator_Tbl_Type,
151: x_bom_sub_component_tbl OUT NOCOPY BOM_BO_PUB.BOM_Sub_Component_Tbl_Type,
152: x_bom_return_status OUT NOCOPY VARCHAR2,
153: x_bom_msg_count OUT NOCOPY NUMBER,
154: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,
155:
156: x_assoc_return_status OUT NOCOPY VARCHAR2,
157: x_assoc_msg_count OUT NOCOPY NUMBER,
158: x_assoc_msg_data OUT NOCOPY VARCHAR2,

Line 317: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type

313: x_bom_ref_designator_tbl OUT NOCOPY BOM_BO_PUB.BOM_Ref_Designator_Tbl_Type,
314: x_bom_sub_component_tbl OUT NOCOPY BOM_BO_PUB.BOM_Sub_Component_Tbl_Type,
315: x_bom_return_status OUT NOCOPY VARCHAR2,
316: x_bom_msg_count OUT NOCOPY NUMBER,
317: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type
318: );
319:
320: procedure create_bom_header_form(
321: --p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,

Line 388: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type

384: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,
385: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,
386: x_rtg_return_status OUT NOCOPY VARCHAR2,
387: x_rtg_msg_count OUT NOCOPY NUMBER,
388: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type
389: );
390:
391: procedure create_routing_header_form(
392: --p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,