DBA Data[Home] [Help]

APPS.PO_DAILY_CONVERSION_TYPES_SV1 dependencies on GL_DAILY_CONVERSION_TYPES_V

Line 20: gl_daily_conversion_types_v view */

16: BEGIN
17: x_progress := '010';
18:
19: /* check to see if the given rate_type_code is a valid on in
20: gl_daily_conversion_types_v view */
21:
22: SELECT count(*)
23: INTO x_temp
24: FROM gl_daily_conversion_types_v

Line 24: FROM gl_daily_conversion_types_v

20: gl_daily_conversion_types_v view */
21:
22: SELECT count(*)
23: INTO x_temp
24: FROM gl_daily_conversion_types_v
25: WHERE conversion_type = x_rate_type_code;
26:
27: IF x_temp = 0 THEN
28: RETURN FALSE; /* validation fails */