DBA Data[Home] [Help]

APPS.ITG_SYNCEXCHINBOUND_PVT dependencies on GL_DAILY_CONVERSION_TYPES_V

Line 19: from gl_daily_conversion_types_v t

15: SELECT 1
16: INTO l_number
17: FROM DUAL
18: WHERE EXISTS (SELECT t.conversion_type
19: from gl_daily_conversion_types_v t
20: where t.conversion_type <> 'User'
21: and t.conversion_type <> 'EMU FIXED'
22: and t.modify_privilege = 'Y'
23: and t.conversion_type = p_ratetype);