DBA Data[Home] [Help]

APPS.OKL_FA_AMOUNTS_PVT dependencies on OKC_K_LINES_B

Line 49: OKC_K_LINES_B cle,

45: sob.CURRENCY_CODE FUNCTIONAL_CURRENCY_CODE
46: FROM GL_LEDGERS_PUBLIC_V sob,
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

Line 269: okc_k_lines_b cle

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 = '#'
272: and cim.jtot_object1_code = 'OKX_ASSET'
273: and cim.cle_id = cle.id

Line 429: OKC_K_LINES_B cle,

425: sob.CURRENCY_CODE FUNCTIONAL_CURRENCY_CODE
426: FROM GL_LEDGERS_PUBLIC_V sob,
427: OKL_SYS_ACCT_OPTS aopt,
428: OKL_K_HEADERS_FULL_V khr,
429: OKC_K_LINES_B cle,
430: OKC_LINE_STYLES_B lse
431: WHERE sob.ledger_id = aopt.set_of_books_id
432: and aopt.org_id = khr.authoring_org_id
433: and khr.id = cle.dnz_chr_id