Sunday, October 22, 2017

To find SERIAL_NUMBER_CONTROL_CODE Values in MTL_SYSTEM_ITEMS_B table

Serial_number_control_code column contains values as 1,2,5 &6 in mtl_system_items_b table.


Inorder to find meaning for this values run below query

SELECT *
  FROM mfg_lookups
 WHERE lookup_type = 'MTL_SERIAL_NUMBER';

No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...