DBA Data[Home] [Help]

APPS.OKL_VARIABLE_INTEREST_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 2369: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

2365: -- Declare records: i - insert, u - update, r - result
2366: ------------------------------------------------------------
2367:
2368: -- Transaction headers
2369: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2370: u_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2371: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2372:
2373: -- Transaction lines

Line 2370: u_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

2366: ------------------------------------------------------------
2367:
2368: -- Transaction headers
2369: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2370: u_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2371: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2372:
2373: -- Transaction lines
2374: i_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;

Line 2371: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

2367:
2368: -- Transaction headers
2369: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2370: u_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2371: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2372:
2373: -- Transaction lines
2374: i_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;
2375: u_tilv_rec Okl_Txl_Ar_Inv_Lns_Pub.tilv_rec_type;

Line 2399: l_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

2395: l_selv_rec Okl_Streams_Pub.selv_rec_type;
2396: lx_selv_rec Okl_Streams_Pub.selv_rec_type;
2397: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;
2398: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
2399: l_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2400: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_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;

Line 2400: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

2396: lx_selv_rec Okl_Streams_Pub.selv_rec_type;
2397: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;
2398: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
2399: l_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
2400: lx_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_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;

Line 2626: Okl_Trx_Ar_Invoices_Pub.update_trx_ar_invoices

2622:
2623: u_taiv_rec.id := l_header_id;
2624: u_taiv_rec.amount := l_header_amount;
2625:
2626: Okl_Trx_Ar_Invoices_Pub.update_trx_ar_invoices
2627: (p_api_version
2628: ,p_init_msg_list
2629: ,l_return_status
2630: ,x_msg_count

Line 2677: Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices

2673: print_debug('Before inserting into TAI');
2674: ---------------------------------------------
2675: -- Insert transaction header record
2676: ---------------------------------------------
2677: Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices
2678: (p_api_version
2679: ,p_init_msg_list
2680: ,l_return_status
2681: ,x_msg_count

Line 6601: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

6597: l_stmv_rec Okl_Streams_Pub.stmv_rec_type;
6598: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
6599: l_selv_rec Okl_Streams_Pub.selv_rec_type;
6600: lx_selv_rec Okl_Streams_Pub.selv_rec_type;
6601: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
6602: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
6603: l_def_desc CONSTANT VARCHAR2(80) := 'Variable Interest Stream Billing';
6604: l_final_status CONSTANT VARCHAR2(30) := 'SUBMITTED';
6605: -- l_trx_type_name CONSTANT VARCHAR2(30) := 'Billing';

Line 6602: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;

6598: lx_stmv_rec Okl_Streams_Pub.stmv_rec_type;
6599: l_selv_rec Okl_Streams_Pub.selv_rec_type;
6600: lx_selv_rec Okl_Streams_Pub.selv_rec_type;
6601: i_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
6602: r_taiv_rec Okl_Trx_Ar_Invoices_Pub.taiv_rec_type;
6603: l_def_desc CONSTANT VARCHAR2(80) := 'Variable Interest Stream Billing';
6604: l_final_status CONSTANT VARCHAR2(30) := 'SUBMITTED';
6605: -- l_trx_type_name CONSTANT VARCHAR2(30) := 'Billing';
6606: l_date_entered CONSTANT DATE := SYSDATE;

Line 6950: print_debug('Executing procedure OKL_TRX_AR_INVOICES_PUB.INSERT_TRX_AR_INVOICES');

6946: p_token1_value => l_cntrct_number);
6947: RAISE OKL_API.G_EXCEPTION_ERROR;
6948: END IF;
6949:
6950: print_debug('Executing procedure OKL_TRX_AR_INVOICES_PUB.INSERT_TRX_AR_INVOICES');
6951:
6952: /*
6953: --Commenting the existing code by calling common Billing API
6954: Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices

Line 6954: Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices

6950: print_debug('Executing procedure OKL_TRX_AR_INVOICES_PUB.INSERT_TRX_AR_INVOICES');
6951:
6952: /*
6953: --Commenting the existing code by calling common Billing API
6954: Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices
6955: (p_api_version,
6956: p_init_msg_list,
6957: x_return_status,
6958: x_msg_count,

Line 6970: print_error_message('Unexpected error raised in call to Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices');

6966: print_debug( ' -- ERROR: Creating Internal TXN Header.');
6967: END IF;
6968:
6969: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
6970: print_error_message('Unexpected error raised in call to Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices');
6971: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
6972: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
6973: print_error_message('Error raised in call to Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices');
6974: RAISE create_stream_invoice_failed;

Line 6973: print_error_message('Error raised in call to Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices');

6969: IF (x_return_status = Okl_Api.G_RET_STS_UNEXP_ERROR) THEN
6970: print_error_message('Unexpected error raised in call to Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices');
6971: RAISE Okl_Api.G_EXCEPTION_UNEXPECTED_ERROR;
6972: ELSIF (x_return_status = Okl_Api.G_RET_STS_ERROR) THEN
6973: print_error_message('Error raised in call to Okl_Trx_Ar_Invoices_Pub.insert_trx_ar_invoices');
6974: RAISE create_stream_invoice_failed;
6975: END IF; */
6976:
6977: -- Populate the Line record