DBA Data[Home] [Help]

APPS.OKL_FA_AMOUNTS_PVT dependencies on OKC_K_ITEMS

Line 51: OKC_K_ITEMS cim

47: OKL_SYS_ACCT_OPTS aopt,
48: OKL_K_HEADERS_FULL_V khr,
49: OKC_K_LINES_B cle,
50: OKC_LINE_STYLES_B lse,
51: OKC_K_ITEMS cim
52: WHERE sob.ledger_id = aopt.set_of_books_id
53: and aopt.org_id = khr.authoring_org_id
54: and khr.id = cle.dnz_chr_id
55: and cle.id = cim.cle_id

Line 267: FROM okc_k_items cim,

263:
264:
265: CURSOR fixed_Ast_csr(finastid NUMBER) is
266: SELECT to_number(cim.object1_id1)
267: FROM okc_k_items cim,
268: fa_additions fa,
269: okc_k_lines_b cle
270: where fa.asset_id = to_number(cim.object1_id1)
271: and cim.object1_id2 = '#'