DBA Data[Home] [Help]

APPS.MTL_LOT_NUMBERS_PKG dependencies on MTL_PARAMETERS

Line 1270: FROM mtl_parameters

1266: initial_status_flag and named the parameters.
1267: =================================================*/
1268: --Bug 14399953 For checking if onhand status is enabled for org.
1269: SELECT default_status_id INTO l_default_status
1270: FROM mtl_parameters
1271: WHERE ORGANIZATION_ID = X_Organization_ID;
1272:
1273: IF l_default_status IS NULL THEN
1274: MTL_SECONDARY_INVENTORIES_PKG.Status_History