DBA Data[Home] [Help]

APPS.ENGECOBO dependencies on BOM_BO_PUB

Line 1743: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

1739: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
1740: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
1741: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
1742: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
1743: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
1744: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
1745: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
1746: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
1747: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 1744: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

1740: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
1741: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
1742: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
1743: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
1744: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
1745: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
1746: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
1747: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
1748: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;

Line 1745: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

1741: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
1742: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
1743: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
1744: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
1745: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
1746: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
1747: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
1748: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;
1749:

Line 3354: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

3350: l_item_error_table INV_ITEM_GRP.Error_Tbl_Type;
3351: l_message_log_text VARCHAR2(4000);
3352: l_temp_mesg VARCHAR2(4000);
3353:
3354: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3355: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3356: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3357: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3358:

Line 3355: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

3351: l_message_log_text VARCHAR2(4000);
3352: l_temp_mesg VARCHAR2(4000);
3353:
3354: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3355: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3356: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3357: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3358:
3359: CURSOR c_component_details IS

Line 3356: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

3352: l_temp_mesg VARCHAR2(4000);
3353:
3354: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3355: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3356: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3357: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3358:
3359: CURSOR c_component_details IS
3360: SELECT component_item_id, supply_locator_id, bill_sequence_id, old_component_sequence_id

Line 3357: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;

3353:
3354: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3355: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3356: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3357: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3358:
3359: CURSOR c_component_details IS
3360: SELECT component_item_id, supply_locator_id, bill_sequence_id, old_component_sequence_id
3361: , effectivity_date , attribute_category, ACD_TYPE, change_notice, disable_date

Line 4087: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

4083: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
4084: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4085: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4086: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4087: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4088: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4089: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4090: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4091: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 4088: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

4084: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4085: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4086: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4087: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4088: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4089: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4090: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4091: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4092: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;

Line 4089: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

4085: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4086: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4087: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4088: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4089: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4090: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4091: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4092: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;
4093:

Line 4786: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

4782: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
4783: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4784: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4785: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4786: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4787: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4788: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4789: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4790: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 4787: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

4783: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4784: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4785: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4786: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4787: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4788: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4789: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4790: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4791: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;

Line 4788: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

4784: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4785: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4786: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4787: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4788: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4789: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4790: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4791: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;
4792: l_revised_item_unexp_rec Eng_Eco_Pub.Rev_Item_Unexposed_Rec_Type;