DBA Data[Home] [Help]

APPS.QP_VALIDATE_CURR_DETAILS dependencies on GL_DAILY_CONVERSION_TYPES

Line 343: FROM gl_daily_conversion_types

339:
340: -- Check if the conversion_type exists in GL
341: SELECT 'X'
342: INTO l_dummy_c
343: FROM gl_daily_conversion_types
344: WHERE conversion_type = p_CURR_DETAILS_rec.conversion_type and
345: conversion_type <> 'User';
346:
347: EXCEPTION