DBA Data[Home] [Help]

APPS.OKL_INTERNAL_BILLING_PVT dependencies on OKL_STREAM_BILLING_PVT

Line 1004: -- Copy the following code from okl_stream_billing_pvt

1000: /*** Begin API body ****************************************************/
1001: -- assign all passed in attributes from IN to OUT record
1002: x_tilv_rec := p_tilv_rec;
1003:
1004: -- Copy the following code from okl_stream_billing_pvt
1005: -- rmunjulu R12 Fixes -- Populate ADDITIONAL columns in til_tbl -- start
1006: -- apaul: Comment out hard coding isl_id
1007: --x_tilv_rec.ISL_ID := 1;
1008: x_tilv_rec.inv_receiv_line_code := l_line_code;

Line 3082: Okl_Stream_Billing_Pvt.get_customer_dtls (p_khr_id => p_taiv_rec.khr_id,

3078: OPEN c_get_khr_nbr(lp_taiv_rec.khr_id);
3079: FETCH c_get_khr_nbr INTO l_contract_nbr;
3080: CLOSE c_get_khr_nbr;
3081:
3082: Okl_Stream_Billing_Pvt.get_customer_dtls (p_khr_id => p_taiv_rec.khr_id,
3083: p_cust_acct_id => l_cust_acct_id,
3084: p_cust_party_id => l_cust_party_id);
3085:
3086: l_bankruptcy_flag := NULL;

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

3087:
3088: IF (l_cust_acct_id IS NOT NULL AND l_cust_party_id IS NOT NULL)
3089: THEN
3090:
3091: l_bankruptcy_flag := Okl_Stream_Billing_Pvt.get_bankruptcy_status_new (p_cust_acct_id => l_cust_acct_id,
3092: p_cust_party_id => l_cust_party_id
3093: );
3094: END IF;
3095: