DBA Data[Home] [Help]

APPS.MSC_GET_GANTT_DATA dependencies on MFG_LOOKUPS

Line 192: mfg_lookups mfg

188: mrr.supply_id
189: from msc_resource_requirements mrr,
190: msc_supplies ms,
191: msc_items msi,
192: mfg_lookups mfg
193: where mrr.organization_id =v_org_id
194: and mrr.sr_instance_id = v_instance_id
195: and mrr.department_id = v_dept_id
196: and mrr.resource_id = v_res_id

Line 250: mfg_lookups mfg,

246: mrr.supply_id
247: from msc_resource_requirements mrr,
248: msc_supplies ms,
249: msc_items msi,
250: mfg_lookups mfg,
251: msc_form_query mfq
252: where mrr.organization_id =v_org_id
253: and mrr.sr_instance_id = v_instance_id
254: and mrr.department_id = v_dept_id