DBA Data[Home] [Help]

APPS.QA_SOLUTION_CAR_PKG dependencies on ENG_ECO_PUB

Line 274: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;

270: RETURN VARCHAR2 IS
271:
272: PRAGMA AUTONOMOUS_TRANSACTION;
273:
274: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
275: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
276: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
277: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
278: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;

Line 275: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;

271:
272: PRAGMA AUTONOMOUS_TRANSACTION;
273:
274: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
275: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
276: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
277: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
278: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
279: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;

Line 276: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;

272: PRAGMA AUTONOMOUS_TRANSACTION;
273:
274: l_eco_rec Eng_Eco_Pub.Eco_Rec_Type;
275: l_eco_revision_tbl Eng_Eco_Pub.Eco_Revision_Tbl_Type;
276: l_revised_item_tbl Eng_Eco_Pub.Revised_Item_Tbl_Type;
277: l_rev_component_tbl Bom_Bo_Pub.Rev_Component_Tbl_Type;
278: l_sub_component_tbl Bom_Bo_Pub.Sub_Component_Tbl_Type;
279: l_ref_designator_tbl Bom_Bo_Pub.Ref_Designator_Tbl_Type;
280: l_rev_operation_tbl Bom_Rtg_Pub.Rev_Operation_Tbl_Type;

Line 334: -- The Eco_Rec_Type structure got modified in the PUBLIC API Eng_Eco_PUB

330: l_eco_rec.description := p_description;
331: l_eco_rec.transaction_type := 'CREATE';
332: --
333: -- Bug 5869696
334: -- The Eco_Rec_Type structure got modified in the PUBLIC API Eng_Eco_PUB
335: -- since a new parameter plm_or_erp_change is added to it.
336: -- Quality should pass the value 'ERP' to the API for this parameter
337: -- while posting the CAR.
338: -- skolluku Fri Feb 16 2007

Line 344: Eng_Eco_PUB.Process_Eco

340: l_eco_rec.plm_or_erp_change := 'ERP';
341:
342: -- Calling the Process_ECO API.
343:
344: Eng_Eco_PUB.Process_Eco
345: ( p_api_version_number => 1.0,
346: p_init_msg_list => FALSE,
347: x_return_status => l_return_status,
348: x_msg_count => l_msg_count,