DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_PKG dependencies on MSC_PHUB_ITEM_CATEGORIES_MV

Line 605: msc_phub_item_categories_mv q

601: fnd_global.conc_program_id, fnd_global.conc_login_id,
602: fnd_global.prog_appl_id, fnd_global.conc_request_id
603: from
604: msc_suppliers_f f,
605: msc_phub_item_categories_mv q
606: where f.plan_id=p_plan_id and f.plan_run_id=p_plan_run_id
607: and f.aggr_type=0
608: and f.owning_inst_id=q.sr_instance_id(+)
609: and f.owning_org_id=q.organization_id(+)