DBA Data[Home] [Help]

APPS.ENGECOBO dependencies on BOM_BO_PUB

Line 1761: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

1757: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
1758: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
1759: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
1760: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
1761: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
1762: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
1763: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
1764: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
1765: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 1762: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

1758: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
1759: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
1760: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
1761: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
1762: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
1763: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
1764: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
1765: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
1766: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;

Line 1763: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

1759: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
1760: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
1761: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
1762: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
1763: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
1764: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
1765: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
1766: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;
1767:

Line 3479: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

3475: l_item_error_table INV_ITEM_GRP.Error_Tbl_Type;
3476: l_message_log_text VARCHAR2(4000);
3477: l_temp_mesg VARCHAR2(4000);
3478:
3479: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3480: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3481: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3482: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3483:

Line 3480: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

3476: l_message_log_text VARCHAR2(4000);
3477: l_temp_mesg VARCHAR2(4000);
3478:
3479: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3480: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3481: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3482: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3483:
3484: CURSOR c_component_details IS

Line 3481: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

3477: l_temp_mesg VARCHAR2(4000);
3478:
3479: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3480: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3481: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3482: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3483:
3484: CURSOR c_component_details IS
3485: SELECT component_item_id, supply_locator_id, bill_sequence_id, old_component_sequence_id

Line 3482: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;

3478:
3479: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
3480: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
3481: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
3482: l_rev_comp_unexp_rec BOM_BO_PUB.Rev_Comp_Unexposed_Rec_Type;
3483:
3484: CURSOR c_component_details IS
3485: SELECT component_item_id, supply_locator_id, bill_sequence_id, old_component_sequence_id
3486: , effectivity_date , attribute_category, ACD_TYPE, change_notice, disable_date

Line 4212: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

4208: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
4209: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4210: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4211: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4212: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4213: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4214: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4215: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4216: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 4213: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

4209: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4210: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4211: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4212: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4213: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4214: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4215: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4216: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4217: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;

Line 4214: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

4210: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4211: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4212: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4213: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4214: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4215: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4216: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4217: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;
4218:

Line 4913: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;

4909: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
4910: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4911: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4912: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4913: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4914: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4915: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4916: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4917: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 4914: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

4910: l_change_lines_tbl Eng_Eco_Pub.Change_Line_Tbl_Type;
4911: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4912: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4913: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4914: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4915: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4916: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4917: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4918: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;

Line 4915: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

4911: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
4912: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
4913: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
4914: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
4915: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
4916: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
4917: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;
4918: l_rev_sub_resource_tbl Bom_Rtg_Pub.Rev_Sub_Resource_Tbl_Type;
4919: l_revised_item_unexp_rec Eng_Eco_Pub.Rev_Item_Unexposed_Rec_Type;