DBA Data[Home] [Help]

APPS.BOMPKMUD dependencies on ENG_ECO_PUB

Line 2186: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;

2182: X_Statement_Number VARCHAR2(3) := '[0]';
2183:
2184: --The remaining declarations have been added as part of the change
2185: --to use the ECO Business Object
2186: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
2187: l_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
2188: l_comp_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
2189: l_error_tbl Error_Handler.Error_Tbl_Type;
2190: i NUMBER;

Line 2187: l_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;

2183:
2184: --The remaining declarations have been added as part of the change
2185: --to use the ECO Business Object
2186: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
2187: l_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
2188: l_comp_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
2189: l_error_tbl Error_Handler.Error_Tbl_Type;
2190: i NUMBER;
2191:

Line 2193: --ENG_ECO_PUB.process_eco

2189: l_error_tbl Error_Handler.Error_Tbl_Type;
2190: i NUMBER;
2191:
2192: --These tables are not used but are required parameters to
2193: --ENG_ECO_PUB.process_eco
2194: l_rev_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
2195: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
2196: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
2197: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;

Line 2194: l_rev_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;

2190: i NUMBER;
2191:
2192: --These tables are not used but are required parameters to
2193: --ENG_ECO_PUB.process_eco
2194: l_rev_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
2195: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
2196: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
2197: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;
2198: l_rev_op_resource_tbl Bom_Rtg_Pub.Rev_Op_Resource_Tbl_Type;

Line 3593: ENG_ECO_PUB.Process_Eco(p_api_version_number => 1.0

3589: BOM_GLOBALS.Set_Caller_Type(BOM_GLOBALS.G_MASS_CHANGE);
3590:
3591: --Now call the Business Object to process the ECOs
3592: FND_FILE.PUT_LINE(FND_FILE.LOG,'Processing ECO');
3593: ENG_ECO_PUB.Process_Eco(p_api_version_number => 1.0
3594: , p_init_msg_list => FALSE
3595: , x_return_status => l_return_status
3596: , x_msg_count => l_msg_cnt
3597: , p_bo_identifier => 'ECO'