DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 4685: from financials_system_params_all

4681: )
4682: and bcso.line_id = pModelLineId
4683: UNION
4684: select distinct nvl(inventory_organization_id,-99) ou_id
4685: from financials_system_params_all
4686: where org_id in
4687: (
4688: select distinct ood.operating_unit
4689: from inv_organization_info_v ood,

Line 4887: from financials_system_params_all

4883:
4884: if l_chk_own_oper_unit = 'Y' then
4885: select inventory_organization_id
4886: into l_own_pov_org
4887: from financials_system_params_all
4888: where org_id = l_own_org;
4889: end if; /* lchk_own_oper_unit = Y */
4890:
4891: end if; /* l_ga_flag = 'Y' */