DBA Data[Home] [Help]

APPS.MSC_PHUB_BUDGET_PKG dependencies on DUAL

Line 164: from dual), -- inline table for outer join

160: from
161: (select
162: l_budget_value budget_value,
163: l_owning_currency_code currency_code
164: from dual), -- inline table for outer join
165: msc_currency_conv_mv mcc
166: where mcc.from_currency(+)=currency_code
167: and mcc.calendar_date(+)=l_plan_start_date
168: and mcc.to_currency(+)=fnd_profile.value('MSC_HUB_CUR_CODE_RPT');