DBA Data[Home] [Help]

APPS.MSC_SUPPLIER_PKG dependencies on MSC_CURRENCY_CONV_MV

Line 258: msc_currency_conv_mv mcc,

254: and mbid.sr_instance_id = mtp.sr_instance_id
255: and mtp.partner_type = 3
256: and l_plan_type = 6) t,
257:
258: msc_currency_conv_mv mcc,
259: msc_phub_suppliers_mv mps
260:
261: where mcc.from_currency(+) = t.currency_code
262: and mcc.to_currency(+) = fnd_profile.value('MSC_HUB_CUR_CODE_RPT')