DBA Data[Home] [Help]

APPS.GL_DAILY_RATES_PKG dependencies on GL_DAILY_RATES_INTERFACE

Line 914: -- It inserts rows into gl_daily_rates_interface.

910: -- Insert_DateRange
911: --
912: -- Purpose
913: -- This procedure is created for Ispeed Daily Rates API.
914: -- It inserts rows into gl_daily_rates_interface.
915: --
916: -- History
917: -- 09-06-00 K Chang Created
918: --

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

916: -- History
917: -- 09-06-00 K Chang Created
918: --
919: -- Arguments
920: -- All the columns of the table GL_DAILY_RATES_INTERFACE
921: --
922: -- Example
923: -- gl_daily_rates_pkg.Insert_DateRage(....);
924: --

Line 958: INSERT INTO GL_DAILY_RATES_INTERFACE(

954: X_Used_For_AB_Translation VARCHAR2
955: ) IS
956: BEGIN
957: -- Insert the row with conversion rate
958: INSERT INTO GL_DAILY_RATES_INTERFACE(
959: from_currency,
960: to_currency,
961: from_conversion_date,
962: to_conversion_date,