DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on OKL_ACC_CALL_PUB

Line 2405: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

2401: l_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
2402: lx_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
2403: l_tldv_rec Okl_Txd_Ar_Ln_Dtls_Pub.tldv_rec_type;
2404: lx_tldv_rec Okl_Txd_Ar_Ln_Dtls_Pub.tldv_rec_type;
2405: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
2406: l_ipm_rec OKL_IPM_PVT.ipm_rec_type;
2407: lx_ipm_rec OKL_IPM_PVT.ipm_rec_type;
2408:
2409: BEGIN

Line 3041: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(

3037: l_bpd_acc_rec.source_table := 'OKL_TXD_AR_LN_DTLS_B';
3038: ----------------------------------------------------
3039: -- Create Accounting Distributions
3040: ----------------------------------------------------
3041: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(
3042: p_api_version
3043: ,p_init_msg_list
3044: ,x_return_status
3045: ,x_msg_count

Line 6631: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;

6627: lx_tldv_tbl okl_tld_pvt.tldv_tbl_type;
6628: -- End - Billing Inline changes - Bug#5898792 - varangan - 28/2/2007
6629:
6630: l_msg_index_out NUMBER;
6631: l_bpd_acc_rec Okl_Acc_Call_Pub.bpd_acc_rec_type;
6632: l_set_of_books_id Hr_operating_units.set_of_books_id%TYPE;
6633: l_trxH_in_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
6634: l_trxH_out_rec Okl_Trx_Contracts_Pub.tcnv_rec_type;
6635: l_trxL_in_tbl Okl_Trx_Contracts_Pub.tclv_tbl_type;

Line 7100: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(

7096:
7097: l_bpd_acc_rec.id := r_tldv_rec.id;
7098: l_bpd_acc_rec.source_table := 'OKL_TXD_AR_LN_DTLS_B';
7099:
7100: Okl_Acc_Call_Pub.CREATE_ACC_TRANS(
7101: p_api_version,
7102: p_init_msg_list,
7103: x_return_status,
7104: x_msg_count,

Line 7130: print_error_message('Unexpected error raised in call to Okl_Acc_Call_Pub.CREATE_ACC_TRANS');

7126: END LOOP;
7127: END IF;
7128:
7129: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
7130: print_error_message('Unexpected error raised in call to Okl_Acc_Call_Pub.CREATE_ACC_TRANS');
7131: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
7132: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
7133: print_error_message('Error raised in call to Okl_Acc_Call_Pub.CREATE_ACC_TRANS');
7134: RAISE create_stream_invoice_failed;

Line 7133: print_error_message('Error raised in call to Okl_Acc_Call_Pub.CREATE_ACC_TRANS');

7129: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
7130: print_error_message('Unexpected error raised in call to Okl_Acc_Call_Pub.CREATE_ACC_TRANS');
7131: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
7132: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
7133: print_error_message('Error raised in call to Okl_Acc_Call_Pub.CREATE_ACC_TRANS');
7134: RAISE create_stream_invoice_failed;
7135: END IF;*/ -- end commenting existing code for common billing API call
7136:
7137: -- End - Billing Inline changes - Bug#5898792 - varangan - 28/2/2007