DBA Data[Home] [Help]

APPS.GCS_TRANSLATION_PKG dependencies on STANDARD

Line 1782: 'INSERT INTO gcs_historical_rates(standard_re_rate_flag, entity_id, hierarchy_id, ' ||

1778: 'AND from_currency = ''' ||p_from_ccy || '''' || g_nl ||
1779: 'AND to_currency = ''' || p_to_ccy || '''' || g_nl;
1780:
1781: re_ins_rate :=
1782: 'INSERT INTO gcs_historical_rates(standard_re_rate_flag, entity_id, hierarchy_id, ' ||
1783: 'cal_period_id, from_currency, to_currency, company_cost_center_org_id, ' ||
1784: 'intercompany_id, financial_elem_id, ' ||
1785: 'product_id, natural_account_id, channel_id, line_item_id, project_id, ' ||
1786: 'customer_id, task_id, user_dim1_id, user_dim2_id, user_dim3_id, ' ||