DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on MTL_DEFAULT_SETS_VIEW

Line 9209: -- Purchasing from the view mtl_default_sets_view.

9205: from po_headers poh
9206: where poh.po_header_id = l_document_id;
9207:
9208: -- Retrieved the default structure for
9209: -- Purchasing from the view mtl_default_sets_view.
9210: Begin
9211: SELECT structure_id
9212: INTO l_category_struct_id
9213: FROM mtl_default_sets_view

Line 9213: FROM mtl_default_sets_view

9209: -- Purchasing from the view mtl_default_sets_view.
9210: Begin
9211: SELECT structure_id
9212: INTO l_category_struct_id
9213: FROM mtl_default_sets_view
9214: WHERE functional_area_id = 2 ;
9215: Exception
9216: when others then
9217: l_progress := 'PO_REQAPPROVAL_INIT1.MassUpdate_Releases_Workflow: Could not find Category Structure Id';