DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on BOM_RTG_PUB

Line 137: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,

133: x_master_item_rec OUT NOCOPY INV_Item_GRP.Item_Rec_Type,
134: x_master_item_return_status OUT NOCOPY VARCHAR2,
135: x_master_item_error_tbl OUT NOCOPY INV_Item_GRP.Error_Tbl_Type,
136:
137: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,
141: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

Line 138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,

134: x_master_item_return_status OUT NOCOPY VARCHAR2,
135: x_master_item_error_tbl OUT NOCOPY INV_Item_GRP.Error_Tbl_Type,
136:
137: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,

135: x_master_item_error_tbl OUT NOCOPY INV_Item_GRP.Error_Tbl_Type,
136:
137: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,

136:
137: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 141: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

137: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 142: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,

138: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
139: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
140: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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:

Line 380: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,

376:
377: PROCEDURE Create_Routing_Header(
378: p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,
379:
380: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,
384: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

Line 381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,

377: PROCEDURE Create_Routing_Header(
378: p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,
379:
380: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,

378: p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,
379:
380: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,

379:
380: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 384: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

380: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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

Line 385: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,

381: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
382: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
383: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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: );