DBA Data[Home] [Help]

APPS.CST_PRJMFG_COST_COLLECTOR dependencies on GL_DAILY_CONVERSION_TYPES

Line 5960: from gl_daily_conversion_types

5956: l_user_cc_type := null;
5957: ELSE
5958: Select User_Conversion_Type
5959: Into l_User_cc_Type
5960: from gl_daily_conversion_types
5961: where conversion_type = l_cc_type;
5962: END IF;
5963:
5964: If l_debug = 'Y' then

Line 7019: from gl_daily_conversion_types

7015: l_user_cc_type := null;
7016: ELSE
7017: select user_conversion_type
7018: into l_user_cc_type
7019: from gl_daily_conversion_types
7020: where conversion_type = l_cc_type;
7021: END IF;
7022:
7023: If l_debug = 'Y' then