DBA Data[Home] [Help]

APPS.EAM_ACTIVITY_PUB dependencies on BOM_RTG_PUB

Line 130: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,

126: x_master_item_rec OUT NOCOPY INV_Item_GRP.Item_Rec_Type,
127: x_master_item_return_status OUT NOCOPY VARCHAR2,
128: x_master_item_error_tbl OUT NOCOPY INV_Item_GRP.Error_Tbl_Type,
129:
130: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,
134: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

Line 131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,

127: x_master_item_return_status OUT NOCOPY VARCHAR2,
128: x_master_item_error_tbl OUT NOCOPY INV_Item_GRP.Error_Tbl_Type,
129:
130: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,

128: x_master_item_error_tbl OUT NOCOPY INV_Item_GRP.Error_Tbl_Type,
129:
130: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,

129:
130: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 134: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

130: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 135: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,

131: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
132: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
133: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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:

Line 373: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,

369:
370: PROCEDURE Create_Routing_Header(
371: p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,
372:
373: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,
377: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

Line 374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,

370: PROCEDURE Create_Routing_Header(
371: p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,
372:
373: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,

371: p_target_item_rec IN INV_Item_GRP.Item_Rec_Type,
372:
373: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_Tbl_Type,

372:
373: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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,

Line 377: x_sub_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Sub_Resource_Tbl_Type,

373: x_rtg_header_rec OUT NOCOPY BOM_Rtg_Pub.Rtg_Header_Rec_Type,
374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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

Line 378: x_op_network_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Network_Tbl_Type,

374: x_rtg_revision_tbl OUT NOCOPY BOM_Rtg_Pub.Rtg_Revision_Tbl_Type,
375: x_operation_tbl OUT NOCOPY BOM_Rtg_Pub.Operation_Tbl_Type,
376: x_op_resource_tbl OUT NOCOPY BOM_Rtg_Pub.Op_Resource_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: );