DBA Data[Home] [Help]

APPS.WMS_LMS_UTILS dependencies on MTL_PARAMETERS

Line 38: -- select from mtl_parameters table the values of wms_enabled

34: IF g_debug=1 THEN
35: debug('The value of p_org_id '|| p_org_id,'ORG_LABOR_MGMT_ENABLED');
36: END IF;
37:
38: -- select from mtl_parameters table the values of wms_enabled
39: -- and labor Mangement enabled flags
40:
41: SELECT labor_management_enabled_flag
42: INTO l_labor_enabled_flag

Line 43: FROM mtl_parameters

39: -- and labor Mangement enabled flags
40:
41: SELECT labor_management_enabled_flag
42: INTO l_labor_enabled_flag
43: FROM mtl_parameters
44: WHERE organization_id = p_org_id;
45:
46: --Check for the value of this flag and return true if the
47: -- the flag is 'Y' and false otherwise