DBA Data[Home] [Help]

APPS.OKL_AM_INVOICES_PVT dependencies on OKL_TRX_AR_INVOICES_PUB

Line 1403: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (

1399: --+++++++++++ pagarg +++ Rollover +++++++ End ++++++++++
1400:
1401: l_taiv_rec.amount := p_pos_amount;
1402:
1403: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (
1404: p_api_version => l_api_version,
1405: p_init_msg_list => OKL_API.G_FALSE,
1406: x_return_status => l_return_status,
1407: x_msg_count => l_msg_count,

Line 1436: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (

1432: --+++++++++++ pagarg +++ Rollover +++++++ End ++++++++++
1433:
1434: l_taiv_rec.amount := p_neg_amount;
1435:
1436: okl_trx_ar_invoices_pub.insert_trx_ar_invoices (
1437: p_api_version => l_api_version,
1438: p_init_msg_list => OKL_API.G_FALSE,
1439: x_return_status => l_return_status,
1440: x_msg_count => l_msg_count,

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

3939: lu_taiv_rec.currency_conversion_date := SYSDATE;
3940: END IF;
3941:
3942: IF (is_debug_statement_on) THEN
3943: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_trx_ar_invoices_pub.update_trx_ar_invoices');
3944: END IF;
3945: okl_trx_ar_invoices_pub.update_trx_ar_invoices (
3946: p_api_version => l_api_version,
3947: p_init_msg_list => OKL_API.G_FALSE,

Line 3945: okl_trx_ar_invoices_pub.update_trx_ar_invoices (

3941:
3942: IF (is_debug_statement_on) THEN
3943: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,l_module_name,'calling okl_trx_ar_invoices_pub.update_trx_ar_invoices');
3944: END IF;
3945: okl_trx_ar_invoices_pub.update_trx_ar_invoices (
3946: p_api_version => l_api_version,
3947: p_init_msg_list => OKL_API.G_FALSE,
3948: x_return_status => l_return_status,
3949: x_msg_count => l_msg_count,

Line 3954: 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);

3950: x_msg_data => l_msg_data,
3951: p_taiv_rec => lu_taiv_rec,
3952: x_taiv_rec => lx_taiv_rec);
3953: IF (is_debug_statement_on) THEN
3954: 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);
3955: END IF;
3956:
3957: IF l_return_status <> OKL_API.G_RET_STS_SUCCESS THEN
3958: IF l_overall_status <> OKL_API.G_RET_STS_UNEXP_ERROR THEN

Line 5058: okl_trx_ar_invoices_pub.update_trx_ar_invoices(

5054: THEN
5055: l_roll_upd_taiv_rec.id := lx_pos_roll_taiv_rec.id;
5056: l_roll_upd_taiv_rec.legal_entity_id := l_khr_le_id;
5057: l_roll_upd_taiv_rec.amount := l_roll_upd_taiv_rec.amount - l_roll_pos_adj;
5058: okl_trx_ar_invoices_pub.update_trx_ar_invoices(
5059: p_api_version => l_api_version,
5060: p_init_msg_list => OKL_API.G_FALSE,
5061: x_return_status => l_return_status,
5062: x_msg_count => l_msg_count,

Line 5078: okl_trx_ar_invoices_pub.update_trx_ar_invoices(

5074: THEN
5075: l_roll_upd_taiv_rec.id := lx_neg_roll_taiv_rec.id;
5076: l_roll_upd_taiv_rec.legal_entity_id := l_khr_le_id;
5077: l_roll_upd_taiv_rec.amount := l_roll_upd_taiv_rec.amount - l_roll_neg_adj;
5078: okl_trx_ar_invoices_pub.update_trx_ar_invoices(
5079: p_api_version => l_api_version,
5080: p_init_msg_list => OKL_API.G_FALSE,
5081: x_return_status => l_return_status,
5082: x_msg_count => l_msg_count,