DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on MTL_PARAMETERS

Line 570: mtl_parameters mp

566: into lEstRelDate
567: from bom_calendar_dates cal,
568: mtl_system_items msi,
569: bom_cto_order_lines bcol,
570: mtl_parameters mp
571: where msi.organization_id = pOrgId
572: and msi.inventory_item_id = pModelId
573: and bcol.line_id = pLineId
574: and bcol.inventory_item_id = msi.inventory_item_id

Line 1367: from mtl_parameters

1363: END IF;
1364:
1365: select organization_code
1366: into lOrg_code
1367: from mtl_parameters
1368: where organization_id =pOrgId ;
1369:
1370:
1371: