DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_PKG dependencies on MSC_PHUB_ITEM_CATEGORIES_MV

Line 721: msc_phub_item_categories_mv q

717: fnd_global.conc_program_id, fnd_global.conc_login_id,
718: fnd_global.prog_appl_id, fnd_global.conc_request_id
719: from
720: msc_suppliers_f f,
721: msc_phub_item_categories_mv q
722: where f.plan_id = p_plan_id and f.plan_run_id = p_plan_run_id
723: and f.aggr_type=0
724: and f.sr_instance_id=q.sr_instance_id(+)
725: and f.organization_id=q.organization_id(+)