DBA Data[Home] [Help]

APPS.ICX_REQ_CUSTOM dependencies on GL_CODE_COMBINATIONS_KFV

Line 390: from gl_code_combinations_kfv

386: pos NUMBER;
387:
388: cursor getChargeAccount(new_seg varchar2) is
389: select code_combination_id
390: from gl_code_combinations_kfv
391: where concatenated_segments = rtrim(l_new_seg);
392:
393:
394: BEGIN