DBA Data[Home] [Help]

APPS.CRP_FORM_PK dependencies on MFG_LOOKUPS

Line 133: mfg_lookups lkps,

129: resources.resource_id,
130: resources.resource_type,
131: 2
132: FROM mtl_parameters mtl,
133: mfg_lookups lkps,
134: bom_departments depts2,
135: bom_department_resources dept_res,
136: bom_resources resources,
137: bom_departments depts1

Line 477: from mfg_lookups,

473: from bom_departments
474: where department_id = plan.department_id),
475: resource_type =
476: (select meaning
477: from mfg_lookups,
478: bom_resources
479: where lookup_type = 'BOM_RESOURCE_TYPE'
480: and lookup_code = resource_type
481: and resource_id = plan.resource_id),