DBA Data[Home] [Help]

APPS.FA_CUA_HIERARCHY_PKG dependencies on GL_CODE_COMBINATIONS

Line 137: from gl_code_combinations

133: Function Validate_gl_ccid(x_gl_ccid in number,x_CofA_id in number)
134: return Boolean
135: is
136: Cursor C_1 is select code_combination_id
137: from gl_code_combinations
138: where code_combination_id = x_gl_ccid
139: and chart_of_accounts_id = x_CofA_id
140: and account_type = 'E'
141: and enabled_flag = 'Y'