DBA Data[Home] [Help]

APPS.OKL_BPD_ADVANCED_BILLING_PVT dependencies on OKL_STREAM_BILLING_PVT

Line 2140: okl_stream_billing_pvt.get_customer_dtls (p_khr_id => l_bkr_khr_id,

2136:
2137: IF (l_bkr_khr_id IS NOT NULL)
2138: THEN
2139:
2140: okl_stream_billing_pvt.get_customer_dtls (p_khr_id => l_bkr_khr_id,
2141: p_cust_acct_id => l_cust_acct_id,
2142: p_cust_party_id => l_cust_party_id);
2143: END IF;
2144:

Line 2150: l_bankruptcy_flag := Okl_Stream_Billing_Pvt.get_bankruptcy_status_new (p_cust_acct_id => l_cust_acct_id,

2146:
2147: IF (l_cust_acct_id IS NOT NULL AND l_cust_party_id IS NOT NULL)
2148: THEN
2149:
2150: l_bankruptcy_flag := Okl_Stream_Billing_Pvt.get_bankruptcy_status_new (p_cust_acct_id => l_cust_acct_id,
2151: p_cust_party_id => l_cust_party_id
2152: );
2153: END IF;
2154:

Line 2178: Okl_Stream_Billing_Pvt.bill_streams (

2174: BEGIN -- BEGIN is added as part of Bug# 14119181
2175: -- ----------------------------------------------
2176: -- Bill eligible streams
2177: -- ----------------------------------------------
2178: Okl_Stream_Billing_Pvt.bill_streams (
2179: p_api_version => p_api_version,
2180: p_init_msg_list => p_init_msg_list,
2181: x_return_status => l_return_status,
2182: x_msg_count => x_msg_count,