DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CHECK dependencies on MTL_DEFAULT_SETS_VIEW

Line 778: FROM mtl_default_sets_view mfsv

774: BEGIN
775:
776: SELECT structure_id
777: INTO x_auth_check_ids.item_cat_struct_id
778: FROM mtl_default_sets_view mfsv
779: WHERE mfsv.functional_area_id = 2;
780:
781: d_progress := 15;
782: IF (PO_LOG.d_stmt) THEN