DBA Data[Home] [Help]

APPS.ICX_REQ_ACCT2 dependencies on GL_CODE_COMBINATIONS

Line 33: gl_code_combinations gl

29: cursor acct_exist(acct_id number) is
30: select count(*)
31: from gl_sets_of_books gsb,
32: financials_system_parameters fsp,
33: gl_code_combinations gl
34: where gsb.SET_OF_BOOKS_ID = fsp.set_of_books_id
35: and gsb.CHART_OF_ACCOUNTS_ID = gl.CHART_OF_ACCOUNTS_ID
36: and gl.CODE_COMBINATION_ID = acct_id;
37:

Line 1092: gl_code_combinations gl

1088: if v_account_id is not NULL then
1089: select count(*) into v_exist
1090: from gl_sets_of_books gsb,
1091: financials_system_parameters fsp,
1092: gl_code_combinations gl
1093: where gsb.SET_OF_BOOKS_ID = fsp.set_of_books_id
1094: and gsb.CHART_OF_ACCOUNTS_ID = gl.CHART_OF_ACCOUNTS_ID
1095: and gl.CODE_COMBINATION_ID = v_account_id;
1096: if (v_exist = 0) then