DBA Data[Home] [Help]

APPS.ENG_OPS_CONTROLLER dependencies on BOM_RTG_PUB

Line 8: , x_OPS_tbl OUT NOCOPY BOM_RTG_PUB.Rev_operation_Tbl_Type

4: -- Procedure Create_Exp_Unexp_Rec
5:
6: PROCEDURE Create_Exp_Unexp_Rec
7: ( p_controller_OPS_rec IN Controller_OPS_Rec_Type
8: , x_OPS_tbl OUT NOCOPY BOM_RTG_PUB.Rev_operation_Tbl_Type
9: , x_unexp_OPS_rec OUT NOCOPY BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type
10: )
11: IS
12: BEGIN

Line 9: , x_unexp_OPS_rec OUT NOCOPY BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type

5:
6: PROCEDURE Create_Exp_Unexp_Rec
7: ( p_controller_OPS_rec IN Controller_OPS_Rec_Type
8: , x_OPS_tbl OUT NOCOPY BOM_RTG_PUB.Rev_operation_Tbl_Type
9: , x_unexp_OPS_rec OUT NOCOPY BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type
10: )
11: IS
12: BEGIN
13: -- Create exposed record

Line 76: ( p_OPS_tbl IN BOM_RTG_PUB.Rev_operation_Tbl_Type

72:
73:
74:
75: PROCEDURE Create_Controller_Rec
76: ( p_OPS_tbl IN BOM_RTG_PUB.Rev_operation_Tbl_Type
77: , p_unexp_OPS_rec IN BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type
78: , x_controller_OPS_rec OUT NOCOPY Controller_OPS_Rec_Type
79: )
80: IS

Line 77: , p_unexp_OPS_rec IN BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type

73:
74:
75: PROCEDURE Create_Controller_Rec
76: ( p_OPS_tbl IN BOM_RTG_PUB.Rev_operation_Tbl_Type
77: , p_unexp_OPS_rec IN BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type
78: , x_controller_OPS_rec OUT NOCOPY Controller_OPS_Rec_Type
79: )
80: IS
81: BEGIN

Line 158: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;

154: l_unexp_rev_item_rec ENG_ECO_PUB.Rev_Item_Unexposed_Rec_Type;
155: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
156: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
157: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
158: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
159: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
160: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
161: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
162: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;

Line 159: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;

155: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
156: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
157: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
158: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
159: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
160: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
161: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
162: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
163: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;

Line 160: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;

156: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
157: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
158: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
159: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
160: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
161: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
162: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
163: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
164: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;

Line 166: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;

162: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
163: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
164: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
165: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
166: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
167: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
168: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
169:
170:

Line 167: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;

163: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
164: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
165: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
166: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
167: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
168: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
169:
170:
171: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;

Line 168: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;

164: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
165: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
166: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
167: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
168: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
169:
170:
171: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;
172: l_return_status VARCHAR2(1);

Line 241: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;

237: l_unexp_rev_item_rec ENG_ECO_PUB.Rev_Item_Unexposed_Rec_Type;
238: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
239: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
240: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
241: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
242: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
243: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
244: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
245: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;

Line 242: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;

238: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
239: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
240: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
241: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
242: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
243: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
244: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
245: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
246: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;

Line 243: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;

239: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
240: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
241: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
242: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
243: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
244: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
245: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
246: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
247: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;

Line 249: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;

245: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
246: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
247: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
248: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
249: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
250: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
251: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
252:
253:

Line 250: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;

246: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
247: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
248: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
249: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
250: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
251: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
252:
253:
254: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;

Line 251: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;

247: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
248: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
249: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
250: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
251: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
252:
253:
254: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;
255: l_return_status VARCHAR2(1);

Line 349: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;

345: l_unexp_rev_item_rec ENG_ECO_PUB.Rev_Item_Unexposed_Rec_Type;
346: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
347: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
348: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
349: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
350: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
351: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
352: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
353: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;

Line 350: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;

346: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
347: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
348: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
349: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
350: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
351: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
352: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
353: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
354: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;

Line 351: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;

347: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
348: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
349: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
350: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
351: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
352: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
353: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
354: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
355: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;

Line 357: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;

353: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
354: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
355: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
356: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
357: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
358: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
359: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
360:
361: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;

Line 358: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;

354: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
355: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
356: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
357: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
358: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
359: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
360:
361: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;
362: l_return_status VARCHAR2(1);

Line 359: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;

355: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
356: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
357: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
358: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
359: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
360:
361: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;
362: l_return_status VARCHAR2(1);
363: l_msg_count NUMBER;

Line 430: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;

426: l_unexp_rev_item_rec ENG_ECO_PUB.Rev_Item_Unexposed_Rec_Type;
427: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
428: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
429: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
430: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
431: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
432: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
433: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
434: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;

Line 431: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;

427: l_unexp_rev_comp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
428: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
429: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
430: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
431: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
432: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
433: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
434: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
435: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;

Line 432: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;

428: l_unexp_SBC_rec BOM_BO_PUB.Sub_Comp_Unexposed_Rec_Type;
429: l_unexp_RFD_rec BOM_BO_PUB.Ref_Desg_Unexposed_Rec_Type;
430: l_unexp_OPS_rec BOM_RTG_PUB.Rev_Op_Unexposed_Rec_Type;
431: l_unexp_rev_op_res_rec BOM_RTG_PUB.Rev_Op_Res_Unexposed_Rec_Type;
432: l_unexp_rev_sub_res_rec BOM_RTG_PUB.Rev_Sub_Res_Unexposed_Rec_Type;
433: l_eco_revision_tbl ENG_Eco_PUB.Eco_Revision_Tbl_Type;
434: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
435: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
436: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;

Line 438: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;

434: l_revised_item_tbl ENG_Eco_PUB.Revised_Item_Tbl_Type;
435: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
436: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
437: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
438: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
439: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
440: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
441:
442: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;

Line 439: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;

435: l_rev_component_tbl BOM_BO_PUB.Rev_Component_Tbl_Type;
436: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
437: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
438: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
439: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
440: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
441:
442: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;
443: l_return_status VARCHAR2(1);

Line 440: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;

436: l_ref_designator_tbl BOM_BO_PUB.Ref_Designator_Tbl_Type;
437: l_sub_component_tbl BOM_BO_PUB.Sub_Component_Tbl_Type;
438: l_rev_operation_tbl BOM_RTG_PUB.Rev_Operation_Tbl_Type;
439: l_rev_op_resource_tbl BOM_RTG_PUB.Rev_Op_Resource_Tbl_Type;
440: l_rev_sub_resource_tbl BOM_RTG_PUB.Rev_Sub_Resource_Tbl_Type;
441:
442: l_mesg_token_tbl Error_Handler.Mesg_Token_Tbl_Type;
443: l_return_status VARCHAR2(1);
444: l_msg_count NUMBER;