DBA Data[Home] [Help]

APPS.CST_PL_IMPORT dependencies on GL_CURRENCY_API

Line 296: l_conversion_rate := gl_currency_api.get_rate

292: /* Bail out the Exception */
293:
294: Begin
295:
296: l_conversion_rate := gl_currency_api.get_rate
297: (
298: l_list_currency_code,
299: l_org_currency_code,
300: to_date(p_conv_date ,'RR/MM/DD HH24:MI:SS'),