DBA Data[Home] [Help]

APPS.CST_UTILITY_PUB dependencies on MTL_PARAMETERS

Line 380: from mtl_parameters

376: if (p_organization_code is not null) then
377: l_statement := 50;
378: select primary_cost_method,nvl(cost_group_accounting,0)
379: into l_cost_method,l_cg_acct_flag
380: from mtl_parameters
381: where organization_code = p_organization_code;
382: else
383: l_statement := 60;
384: select primary_cost_method,nvl(cost_group_accounting,0)

Line 386: from mtl_parameters

382: else
383: l_statement := 60;
384: select primary_cost_method,nvl(cost_group_accounting,0)
385: into l_cost_method,l_cg_acct_flag
386: from mtl_parameters
387: where organization_id = p_organization_id;
388: end if;
389:
390: ---------------------------------------------