DBA Data[Home] [Help]

APPS.GL_DAILY_RATES_PKG dependencies on GL_DAILY_RATES_INTERFACE

Line 928: -- It inserts rows into gl_daily_rates_interface.

924: -- Insert_DateRange
925: --
926: -- Purpose
927: -- This procedure is created for Ispeed Daily Rates API.
928: -- It inserts rows into gl_daily_rates_interface.
929: --
930: -- History
931: -- 09-06-00 K Chang Created
932: --

Line 934: -- All the columns of the table GL_DAILY_RATES_INTERFACE

930: -- History
931: -- 09-06-00 K Chang Created
932: --
933: -- Arguments
934: -- All the columns of the table GL_DAILY_RATES_INTERFACE
935: --
936: -- Example
937: -- gl_daily_rates_pkg.Insert_DateRage(....);
938: --

Line 972: INSERT INTO GL_DAILY_RATES_INTERFACE(

968: X_Used_For_AB_Translation VARCHAR2
969: ) IS
970: BEGIN
971: -- Insert the row with conversion rate
972: INSERT INTO GL_DAILY_RATES_INTERFACE(
973: from_currency,
974: to_currency,
975: from_conversion_date,
976: to_conversion_date,