DBA Data[Home] [Help]

APPS.GL_ADI_ACCT_TYPE_CONV_PKG dependencies on GL_CODE_COMBINATIONS

Line 100: FROM gl_code_combinations

96:
97: IF (p_conversion_type IS NULL) THEN
98: SELECT account_type
99: INTO l_account_type
100: FROM gl_code_combinations
101: WHERE code_combination_id = p_code_combination_id;
102:
103: IF ((l_account_type = 'R') OR
104: (l_account_type = 'E')) THEN