DBA Data[Home] [Help]

APPS.CTO_MSUTIL_PUB dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 5215: from financials_system_params_all

5211: )
5212: and bcso.line_id = pModelLineId
5213: UNION
5214: select distinct nvl(inventory_organization_id,-99) ou_id
5215: from financials_system_params_all
5216: where org_id in
5217: (
5218: select distinct ood.operating_unit
5219: from inv_organization_info_v ood,

Line 5417: from financials_system_params_all

5413:
5414: if l_chk_own_oper_unit = 'Y' then
5415: select inventory_organization_id
5416: into l_own_pov_org
5417: from financials_system_params_all
5418: where org_id = l_own_org;
5419: end if; /* lchk_own_oper_unit = Y */
5420:
5421: end if; /* l_ga_flag = 'Y' */