DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on ERROR_HANDLER

Line 138: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,

134: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,
135: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,
136: x_rtg_return_status OUT NOCOPY VARCHAR2,
137: x_rtg_msg_count OUT NOCOPY NUMBER,
138: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,
139:
140: x_bom_header_rec OUT NOCOPY BOM_BO_PUB.BOM_Head_Rec_Type,
141: x_bom_revision_tbl OUT NOCOPY BOM_BO_PUB.BOM_Revision_Tbl_Type,
142: x_bom_component_tbl OUT NOCOPY BOM_BO_PUB.BOM_Comps_Tbl_Type,

Line 147: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,

143: x_bom_ref_designator_tbl OUT NOCOPY BOM_BO_PUB.BOM_Ref_Designator_Tbl_Type,
144: x_bom_sub_component_tbl OUT NOCOPY BOM_BO_PUB.BOM_Sub_Component_Tbl_Type,
145: x_bom_return_status OUT NOCOPY VARCHAR2,
146: x_bom_msg_count OUT NOCOPY NUMBER,
147: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type,
148:
149: x_assoc_return_status OUT NOCOPY VARCHAR2,
150: x_assoc_msg_count OUT NOCOPY NUMBER,
151: x_assoc_msg_data OUT NOCOPY VARCHAR2,

Line 310: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type

306: x_bom_ref_designator_tbl OUT NOCOPY BOM_BO_PUB.BOM_Ref_Designator_Tbl_Type,
307: x_bom_sub_component_tbl OUT NOCOPY BOM_BO_PUB.BOM_Sub_Component_Tbl_Type,
308: x_bom_return_status OUT NOCOPY VARCHAR2,
309: x_bom_msg_count OUT NOCOPY NUMBER,
310: x_bom_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type
311: );
312:
313: procedure create_bom_header_form(
314: --p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,

Line 381: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type

377: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,
378: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,
379: x_rtg_return_status OUT NOCOPY VARCHAR2,
380: x_rtg_msg_count OUT NOCOPY NUMBER,
381: x_rtg_msg_list OUT NOCOPY Error_Handler.Error_Tbl_Type
382: );
383:
384: procedure create_routing_header_form(
385: --p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,