DBA Data[Home] [Help]

APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_BILLING_UTIL_PVT

Line 11653: x_contract_invoice_tbl OKL_BILLING_UTIL_PVT.contract_invoice_tbl;

11649: x_msg_count NUMBER;
11650: x_msg_data VARCHAR2(256);
11651:
11652: -- Intialize contract_invoice_tbl variable
11653: x_contract_invoice_tbl OKL_BILLING_UTIL_PVT.contract_invoice_tbl;
11654: /* ankushar end changes */
11655:
11656: l_payment_tot NUMBER := 0;
11657: i NUMBER;

Line 11664: OKL_BILLING_UTIL_PVT.INVOICE_AMOUNT_FOR_STREAM(

11660: BEGIN
11661:
11662: /* Commented by bkatraga for bug 12378106
11663: -- Call to the Billing Util API replacing reference to okl_cnsld_ar_strms_b
11664: OKL_BILLING_UTIL_PVT.INVOICE_AMOUNT_FOR_STREAM(
11665: p_api_version => 1.0
11666: ,p_init_msg_list => OKL_API.G_FALSE
11667: ,x_return_status => x_return_status
11668: ,x_msg_count => x_msg_count

Line 11686: OKL_BILLING_UTIL_PVT.CR_INVOICE_AMOUNT_FOR_STREAM(

11682: END LOOP;
11683: END IF;*/
11684:
11685: --Added by bkatraga for bug 12378106
11686: OKL_BILLING_UTIL_PVT.CR_INVOICE_AMOUNT_FOR_STREAM(
11687: p_api_version => 1.0
11688: ,p_init_msg_list => OKL_API.G_FALSE
11689: ,x_return_status => x_return_status
11690: ,x_msg_count => x_msg_count