DBA Data[Home] [Help]

APPS.GL_LEDGERS_PKG dependencies on GL_DAILY_CONVERSION_TYPES_V

Line 388: FROM gl_daily_conversion_types_v

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

Line 406: FROM gl_daily_conversion_types_v

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

Line 980: FROM gl_daily_conversion_types_v

976: IF x_period_average_rate_type IS NOT NULL THEN
977: BEGIN
978: SELECT conversion_type
979: INTO t_period_average_rate_type
980: FROM gl_daily_conversion_types_v
981: WHERE conversion_type <> 'User'
982: AND conversion_type <> 'EMU FIXED'
983: AND conversion_type = x_period_average_rate_type;
984: EXCEPTION

Line 996: FROM gl_daily_conversion_types_v

992: IF x_period_end_rate_type IS NOT NULL THEN
993: BEGIN
994: SELECT conversion_type
995: INTO t_period_end_rate_type
996: FROM gl_daily_conversion_types_v
997: WHERE conversion_type <> 'User'
998: AND conversion_type <> 'EMU FIXED'
999: AND conversion_type = x_period_end_rate_type;
1000: EXCEPTION