DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on GL_DAILY_CONVERSION_TYPES_V

Line 385: FROM gl_daily_conversion_types_v

381: IF x_period_average_rate_type IS NOT NULL THEN
382: BEGIN
383: SELECT conversion_type
384: INTO t_period_average_rate_type
385: FROM gl_daily_conversion_types_v
386: WHERE conversion_type <> 'User'
387: AND conversion_type <> 'EMU FIXED'
388: AND conversion_type = x_period_average_rate_type;
389: EXCEPTION

Line 403: FROM gl_daily_conversion_types_v

399: IF x_period_end_rate_type IS NOT NULL THEN
400: BEGIN
401: SELECT conversion_type
402: INTO t_period_end_rate_type
403: FROM gl_daily_conversion_types_v
404: WHERE conversion_type <> 'User'
405: AND conversion_type <> 'EMU FIXED'
406: AND conversion_type = x_period_end_rate_type;
407: EXCEPTION

Line 975: FROM gl_daily_conversion_types_v

971: IF x_period_average_rate_type IS NOT NULL THEN
972: BEGIN
973: SELECT conversion_type
974: INTO t_period_average_rate_type
975: FROM gl_daily_conversion_types_v
976: WHERE conversion_type <> 'User'
977: AND conversion_type <> 'EMU FIXED'
978: AND conversion_type = x_period_average_rate_type;
979: EXCEPTION

Line 991: FROM gl_daily_conversion_types_v

987: IF x_period_end_rate_type IS NOT NULL THEN
988: BEGIN
989: SELECT conversion_type
990: INTO t_period_end_rate_type
991: FROM gl_daily_conversion_types_v
992: WHERE conversion_type <> 'User'
993: AND conversion_type <> 'EMU FIXED'
994: AND conversion_type = x_period_end_rate_type;
995: EXCEPTION