DBA Data[Home] [Help]

APPS.OKL_AM_INVOICES_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 1301: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (

1297: --+++++++++++ pagarg +++ Rollover +++++++ End ++++++++++
1298:
1299: l_taiv_rec.amount := p_pos_amount;
1300:
1301: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (
1302: p_api_version => l_api_version,
1303: p_init_msg_list => OKL_API.G_FALSE,
1304: x_return_status => l_return_status,
1305: x_msg_count => l_msg_count,

Line 1334: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (

1330: --+++++++++++ pagarg +++ Rollover +++++++ End ++++++++++
1331:
1332: l_taiv_rec.amount := p_neg_amount;
1333:
1334: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (
1335: p_api_version => l_api_version,
1336: p_init_msg_list => OKL_API.G_FALSE,
1337: x_return_status => l_return_status,
1338: x_msg_count => l_msg_count,

Line 3830: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_trx_ar_invoices_pub.update_trx_ar_invoices');

3826: lu_taiv_rec.currency_conversion_date := l_qte_rec.currency_conversion_date;
3827:
3828:
3829: IF (is_debug_statement_on) THEN
3830: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_trx_ar_invoices_pub.update_trx_ar_invoices');
3831: END IF;
3832: okl_trx_ar_invoices_pub.update_trx_ar_invoices (
3833: p_api_version => l_api_version,
3834: p_init_msg_list => OKL_API.G_FALSE,

Line 3832: okl_trx_ar_invoices_pub.update_trx_ar_invoices (

3828:
3829: IF (is_debug_statement_on) THEN
3830: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_trx_ar_invoices_pub.update_trx_ar_invoices');
3831: END IF;
3832: okl_trx_ar_invoices_pub.update_trx_ar_invoices (
3833: p_api_version => l_api_version,
3834: p_init_msg_list => OKL_API.G_FALSE,
3835: x_return_status => l_return_status,
3836: x_msg_count => l_msg_count,

Line 3841: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'called okl_trx_ar_invoices_pub.update_trx_ar_invoices , return status: ' || l_return_status);

3837: x_msg_data => l_msg_data,
3838: p_taiv_rec => lu_taiv_rec,
3839: x_taiv_rec => lx_taiv_rec);
3840: IF (is_debug_statement_on) THEN
3841: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'called okl_trx_ar_invoices_pub.update_trx_ar_invoices , return status: ' || l_return_status);
3842: END IF;
3843:
3844: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
3845: IF l_overall_status <> OKL_API.G_RET_STS_UNEXP_ERROR THEN

Line 4945: okl_trx_ar_invoices_pub.update_trx_ar_invoices(

4941: THEN
4942: l_roll_upd_taiv_rec.id := lx_pos_roll_taiv_rec.id;
4943: l_roll_upd_taiv_rec.legal_entity_id := l_khr_le_id;
4944: l_roll_upd_taiv_rec.amount := l_roll_upd_taiv_rec.amount - l_roll_pos_adj;
4945: okl_trx_ar_invoices_pub.update_trx_ar_invoices(
4946: p_api_version => l_api_version,
4947: p_init_msg_list => OKL_API.G_FALSE,
4948: x_return_status => l_return_status,
4949: x_msg_count => l_msg_count,

Line 4965: okl_trx_ar_invoices_pub.update_trx_ar_invoices(

4961: THEN
4962: l_roll_upd_taiv_rec.id := lx_neg_roll_taiv_rec.id;
4963: l_roll_upd_taiv_rec.legal_entity_id := l_khr_le_id;
4964: l_roll_upd_taiv_rec.amount := l_roll_upd_taiv_rec.amount - l_roll_neg_adj;
4965: okl_trx_ar_invoices_pub.update_trx_ar_invoices(
4966: p_api_version => l_api_version,
4967: p_init_msg_list => OKL_API.G_FALSE,
4968: x_return_status => l_return_status,
4969: x_msg_count => l_msg_count,