DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_UTILS dependencies on GL_DAILY_CONVERSION_TYPES

Line 325: ,gl_daily_conversion_types gdct

321: CURSOR c_rate
322: IS
323: SELECT gdr.conversion_rate
324: FROM gl_daily_rates gdr
325: ,gl_daily_conversion_types gdct
326: WHERE gdr.conversion_type = gdct.conversion_type
327: AND gdr.from_currency = p_from_currency
328: AND gdr.to_currency = p_to_currency
329: AND gdr.conversion_date = p_eff_date