DBA Data[Home] [Help]

APPS.IGC_CC_ACCGNWF_PKG dependencies on GL_CODE_COMBINATIONS

Line 128: l_return_ccid gl_code_combinations.code_combination_id%TYPE;

124: l_concat_ids VARCHAR2(200);
125: l_concat_descrs VARCHAR2(500);
126:
127: l_error_msg VARCHAR2(200); --modified to fix bug3793841
128: l_return_ccid gl_code_combinations.code_combination_id%TYPE;
129:
130: l_new_combination BOOLEAN := FALSE; -- To verify if this is a new ccid
131:
132: