DBA Data[Home] [Help]

APPS.PO_REQAPPROVAL_INIT1 dependencies on MTL_DEFAULT_SETS_VIEW

Line 8073: -- Purchasing from the view mtl_default_sets_view.

8069: l_vendor_site_id
8070: FROM po_headers poh
8071: WHERE poh.po_header_id = l_document_id;
8072: -- Retrieved the default structure for
8073: -- Purchasing from the view mtl_default_sets_view.
8074: BEGIN
8075: SELECT structure_id
8076: INTO l_category_struct_id
8077: FROM mtl_default_sets_view

Line 8077: FROM mtl_default_sets_view

8073: -- Purchasing from the view mtl_default_sets_view.
8074: BEGIN
8075: SELECT structure_id
8076: INTO l_category_struct_id
8077: FROM mtl_default_sets_view
8078: WHERE functional_area_id = 2 ;
8079: EXCEPTION
8080: WHEN OTHERS THEN
8081: l_progress := 'PO_REQAPPROVAL_INIT1.MassUpdate_Releases_Workflow: Could not find Category Structure Id';