DBA Data[Home] [Help]

APPS.OKL_SEC_CONCURRENT_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 346: || LPAD(okl_accounting_util.format_amount(l_okl_poc_rec.streams_amount,l_okl_poc_rec.currency_code),l_amount_len)

342:
343: l_content := RPAD(l_total_rec_count,l_row_num_len)
344: || RPAD(l_okl_poc_rec.contract_number ,l_contract_num_len)
345: || RPAD(l_okl_poc_rec.sty_subclass ,l_sty_subclass_len)
346: || LPAD(okl_accounting_util.format_amount(l_okl_poc_rec.streams_amount,l_okl_poc_rec.currency_code),l_amount_len)
347: || LPAD(okl_accounting_util.format_amount(l_buyback_amount,l_okl_poc_rec.currency_code),l_amount_len);
348:
349: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_content);
350:

Line 347: || LPAD(okl_accounting_util.format_amount(l_buyback_amount,l_okl_poc_rec.currency_code),l_amount_len);

343: l_content := RPAD(l_total_rec_count,l_row_num_len)
344: || RPAD(l_okl_poc_rec.contract_number ,l_contract_num_len)
345: || RPAD(l_okl_poc_rec.sty_subclass ,l_sty_subclass_len)
346: || LPAD(okl_accounting_util.format_amount(l_okl_poc_rec.streams_amount,l_okl_poc_rec.currency_code),l_amount_len)
347: || LPAD(okl_accounting_util.format_amount(l_buyback_amount,l_okl_poc_rec.currency_code),l_amount_len);
348:
349: FND_FILE.PUT_LINE(FND_FILE.OUTPUT,l_content);
350:
351: l_buyback_amount := NULL;

Line 438: || LPAD(okl_accounting_util.format_amount(lx_investor_shares_tbl(l_row_count).amount,l_okl_investor_names_rec.currency_code),l_amount_len);

434:
435: FOR l_okl_investor_names_rec IN l_okl_investor_names_csr(lx_investor_shares_tbl(l_row_count).investor_id)
436: LOOP
437: l_content := l_content || RPAD(l_okl_investor_names_rec.name ,l_investor_len)
438: || LPAD(okl_accounting_util.format_amount(lx_investor_shares_tbl(l_row_count).amount,l_okl_investor_names_rec.currency_code),l_amount_len);
439: END LOOP; -- l_okl_investor_names_csr
440:
441: FND_FILE.PUT_LINE(FND_FILE.OUTPUT, l_content);
442: