DBA Data[Home] [Help]

APPS.ICX_PO_REQ_ACCT2 dependencies on GL_CODE_COMBINATIONS

Line 39: gl_code_combinations gl

35: cursor acct_exist(acct_id number) is
36: select count(*)
37: from gl_sets_of_books gsb,
38: financials_system_parameters fsp,
39: gl_code_combinations gl
40: where gsb.SET_OF_BOOKS_ID = fsp.set_of_books_id
41: and gsb.CHART_OF_ACCOUNTS_ID = gl.CHART_OF_ACCOUNTS_ID
42: and gl.CODE_COMBINATION_ID = acct_id;
43:

Line 1169: gl_code_combinations gl

1165: if v_account_id is not NULL then
1166: select count(*) into v_exist
1167: from gl_sets_of_books gsb,
1168: financials_system_parameters fsp,
1169: gl_code_combinations gl
1170: where gsb.SET_OF_BOOKS_ID = fsp.set_of_books_id
1171: and gsb.CHART_OF_ACCOUNTS_ID = gl.CHART_OF_ACCOUNTS_ID
1172: and gl.CODE_COMBINATION_ID = v_account_id;
1173: if (v_exist = 0) then