[Home] [Help]
1691: fnd_global.conc_program_id, fnd_global.conc_login_id,
1692: fnd_global.prog_appl_id, fnd_global.conc_request_id
1693: from
1694: msc_demands_f f,
1695: msc_phub_item_categories_mv q
1696: where f.plan_id = p_plan_id and f.plan_run_id = p_plan_run_id
1697: and f.aggr_type=0
1698: and f.owning_inst_id=q.sr_instance_id(+)
1699: and f.owning_org_id=q.organization_id(+)
1988: fnd_global.conc_program_id, fnd_global.conc_login_id,
1989: fnd_global.prog_appl_id, fnd_global.conc_request_id
1990: from
1991: msc_demands_cum_f f,
1992: msc_phub_item_categories_mv q
1993: where f.plan_id = p_plan_id and f.plan_run_id = p_plan_run_id
1994: and f.aggr_type=0
1995: and f.owning_inst_id=q.sr_instance_id(+)
1996: and f.owning_org_id=q.organization_id(+)