DBA Data[Home] [Help]

APPS.ENG_BOM_RTG_TRANSFER_PKG dependencies on MTL_PARAMETERS

Line 373: from mtl_parameters

369: IF G_PARENT_ERECORD_ID is NOT NULL THEN
370: -- Retrieve the organization code needed as part of the user key
371: -- =============================================================
372: select organization_code into G_ORG_CODE
373: from mtl_parameters
374: where organization_id = X_org_id;
375:
376: -- BUG 3503220 - Ensure item name reflects new copy
377: -- ================================================