DBA Data[Home] [Help]

APPS.MSC_EXCEPTION_PKG dependencies on MSC_PHUB_SUPPLIERS_MV

Line 592: msc_phub_suppliers_mv mps

588: t.exception_type
589: ) exception_tbl,
590: msc_currency_conv_mv mcc,
591: msc_phub_customers_mv mpc,
592: msc_phub_suppliers_mv mps
593: where mcc.from_currency(+) = exception_tbl.currency_code
594: and mcc.to_currency(+) = fnd_profile.value('MSC_HUB_CUR_CODE_RPT')
595: and mcc.calendar_date(+) = exception_tbl.analysis_date
596: and mpc.customer_id(+) = exception_tbl.customer_id