DBA Data[Home] [Help]

APPS.OKL_ACCOUNTING_UTIL dependencies on GL_CODE_COMBINATIONS_KFV

Line 1544: FROM gl_code_combinations_kfv

1540: l_concatenated_segments VARCHAR2(1000);
1541:
1542: CURSOR ccid_csr IS
1543: SELECT concatenated_segments
1544: FROM gl_code_combinations_kfv
1545: WHERE code_combination_id = p_ccid;
1546:
1547: BEGIN
1548:

Line 1573: FROM gl_code_combinations_kfv

1569: l_concate_desc VARCHAR2(2000);
1570:
1571: CURSOR ccid_csr IS
1572: SELECT concatenated_segments, chart_of_accounts_id
1573: FROM gl_code_combinations_kfv
1574: WHERE code_combination_id = p_code_combination_id;
1575:
1576: BEGIN
1577: OPEN ccid_csr;