DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CHECK dependencies on MTL_DEFAULT_SETS_VIEW

Line 762: FROM mtl_default_sets_view mfsv

758: BEGIN
759:
760: SELECT structure_id
761: INTO x_auth_check_ids.item_cat_struct_id
762: FROM mtl_default_sets_view mfsv
763: WHERE mfsv.functional_area_id = 2;
764:
765: d_progress := 15;
766: IF (PO_LOG.d_stmt) THEN