DBA Data[Home] [Help]

APPS.ZX_JL_EXTRACT_PKG dependencies on FND_CURRENCIES

Line 8180: SET gdf_fnd_currencies_att1= (SELECT global_attribute1

8176: 'UPDATE_DGI_CURR_CODE(+)');
8177: END IF;
8178:
8179: UPDATE zx_rep_trx_detail_t dtl
8180: SET gdf_fnd_currencies_att1= (SELECT global_attribute1
8181: FROM fnd_currencies
8182: WHERE currency_code = dtl.trx_currency_code)
8183: WHERE request_id = p_request_id;
8184:

Line 8181: FROM fnd_currencies

8177: END IF;
8178:
8179: UPDATE zx_rep_trx_detail_t dtl
8180: SET gdf_fnd_currencies_att1= (SELECT global_attribute1
8181: FROM fnd_currencies
8182: WHERE currency_code = dtl.trx_currency_code)
8183: WHERE request_id = p_request_id;
8184:
8185: IF (g_level_procedure >= g_current_runtime_level ) THEN