DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on ENG_ECO_PUB

Line 2180: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;

2176: X_Statement_Number VARCHAR2(3) := '[0]';
2177:
2178: --The remaining declarations have been added as part of the change
2179: --to use the ECO Business Object
2180: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
2181: l_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
2182: l_comp_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
2183: l_error_tbl Error_Handler.Error_Tbl_Type;
2184: i NUMBER;

Line 2181: l_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;

2177:
2178: --The remaining declarations have been added as part of the change
2179: --to use the ECO Business Object
2180: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
2181: l_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
2182: l_comp_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
2183: l_error_tbl Error_Handler.Error_Tbl_Type;
2184: i NUMBER;
2185:

Line 2187: --ENG_ECO_PUB.process_eco

2183: l_error_tbl Error_Handler.Error_Tbl_Type;
2184: i NUMBER;
2185:
2186: --These tables are not used but are required parameters to
2187: --ENG_ECO_PUB.process_eco
2188: l_rev_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
2189: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
2190: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
2191: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;

Line 2188: l_rev_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;

2184: i NUMBER;
2185:
2186: --These tables are not used but are required parameters to
2187: --ENG_ECO_PUB.process_eco
2188: l_rev_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
2189: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
2190: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
2191: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
2192: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 3587: ENG_ECO_PUB.Process_Eco(p_api_version_number => 1.0

3583: BOM_GLOBALS.Set_Caller_Type(BOM_GLOBALS.G_MASS_CHANGE);
3584:
3585: --Now call the Business Object to process the ECOs
3586: FND_FILE.PUT_LINE(FND_FILE.LOG,'Processing ECO');
3587: ENG_ECO_PUB.Process_Eco(p_api_version_number => 1.0
3588: , p_init_msg_list => FALSE
3589: , x_return_status => l_return_status
3590: , x_msg_count => l_msg_cnt
3591: , p_bo_identifier => 'ECO'