DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on MTL_PARAMETERS

Line 568: mtl_parameters mp

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

Line 1341: from mtl_parameters

1337: END IF;
1338:
1339: select organization_code
1340: into lOrg_code
1341: from mtl_parameters
1342: where organization_id =pOrgId ;
1343:
1344:
1345: