DBA Data[Home] [Help]

APPS.CST_MGD_INFL_ADJUSTMENT_CP dependencies on MTL_PARAMETERS

Line 260: FROM MTL_PARAMETERS

256: -- get the default cost group
257: CURSOR c_default_cost_group_cur IS
258: SELECT
259: default_cost_group_id
260: FROM MTL_PARAMETERS
261: WHERE organization_id = p_org_id;
262:
263: BEGIN
264:

Line 404: FROM MTL_PARAMETERS

400:
401: -- Bug # 3889172 check if the Org is WMS enabled.
402: SELECT WMS_ENABLED_FLAG
403: INTO l_wms_enabled_flag
404: FROM MTL_PARAMETERS
405: WHERE ORGANIZATION_ID = p_org_id;
406:
407: IF l_wms_enabled_flag = 'Y' THEN
408: RAISE l_wms_org_exc;