DBA Data[Home] [Help]

APPS.MSC_SUPPLY_PKG dependencies on MSC_PHUB_ITEM_CATEGORIES_MV

Line 882: msc_phub_item_categories_mv q

878: fnd_global.conc_program_id, fnd_global.conc_login_id,
879: fnd_global.prog_appl_id, fnd_global.conc_request_id
880: from
881: msc_supplies_f f,
882: msc_phub_item_categories_mv q
883: where f.plan_id = p_plan_id and f.plan_run_id = p_plan_run_id
884: and f.aggr_type=0
885: and f.sr_instance_id=q.sr_instance_id(+)
886: and f.organization_id=q.organization_id(+)

Line 928: msc_phub_item_categories_mv q

924: fnd_global.conc_program_id, fnd_global.conc_login_id,
925: fnd_global.prog_appl_id, fnd_global.conc_request_id
926: from
927: msc_item_wips_f f,
928: msc_phub_item_categories_mv q
929: where f.plan_id = p_plan_id and f.plan_run_id = p_plan_run_id
930: and f.aggr_type=0
931: and f.sr_instance_id=q.sr_instance_id(+)
932: and f.organization_id=q.organization_id(+)