DBA Data[Home] [Help]

APPS.MSC_CL_OTHER_ODS_LOAD dependencies on MSC_ST_CURRENCY_CONVERSIONS

Line 4432: USING (Select * from MSC_ST_CURRENCY_CONVERSIONS where sr_instance_id = MSC_CL_COLLECTION.v_instance_id) mst

4428: End if;
4429:
4430:
4431: MERGE INTO MSC_CURRENCY_CONVERSIONS mcc
4432: USING (Select * from MSC_ST_CURRENCY_CONVERSIONS where sr_instance_id = MSC_CL_COLLECTION.v_instance_id) mst
4433: ON (mcc.from_currency = mst.from_currency
4434: AND mcc.to_currency = mst.to_currency
4435: AND mcc.conv_date = mst.conv_date
4436: AND mcc.conv_type = mst.conv_type