DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 1557: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1553: ------------------------------------------------------------------------
1554:
1555: l_trxv_rec.id := l_split_trans_id;
1556: l_trxv_rec.tsu_code := 'PROCESSED';
1557: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1558: p_api_version => p_api_version,
1559: p_init_msg_list => p_init_msg_list,
1560: x_return_status => x_return_status,
1561: x_msg_count => x_msg_count,

Line 3818: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

3814: RAISE OKL_API.G_EXCEPTION_ERROR;
3815: END IF;
3816: -- evaluate conditions, build outcomes for true conditions and
3817: -- put them on outcome queue
3818: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
3819: p_api_version => p_api_version,
3820: p_init_msg_list => p_init_msg_list,
3821: x_return_status => x_return_status,
3822: x_msg_count => x_msg_count,

Line 3889: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

3885: RAISE OKL_API.G_EXCEPTION_ERROR;
3886: END IF;
3887: -- evaluate conditions, build outcomes for true conditions and
3888: -- put them on outcome queue
3889: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
3890: p_api_version => p_api_version,
3891: p_init_msg_list => p_init_msg_list,
3892: x_return_status => x_return_status,
3893: x_msg_count => x_msg_count,

Line 6454: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

6450: ------------------------------------------------
6451: --update transaction header for transaction date
6452: l_trxv_rec.id := l_tas_id;
6453: l_trxv_rec.date_trans_occurred := p_trx_date;
6454: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
6455: p_api_version => p_api_version,
6456: p_init_msg_list => p_init_msg_list,
6457: x_return_status => x_return_status,
6458: x_msg_count => x_msg_count,

Line 15971: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

15967:
15968: --update the transaction record to processed.
15969: l_trxv_rec.id := p_txlv_rec.tas_id;
15970: l_trxv_rec.tsu_code := 'PROCESSED';
15971: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
15972: p_api_version => p_api_version,
15973: p_init_msg_list => p_init_msg_list,
15974: x_return_status => x_return_status,
15975: x_msg_count => x_msg_count,

Line 16513: l_tasv_rec okl_trx_assets_pub.thpv_rec_type;

16509: l_tas_id OKL_TRX_ASSETS.ID%TYPE;
16510: l_tal_id OKL_TXL_ASSETS_B.ID%TYPE;
16511: l_cle_id OKC_K_LINES_B.ID%TYPE;
16512:
16513: l_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16514: lx_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16515:
16516: BEGIN
16517: -- Call start_activity to create savepoint, check compatibility

Line 16514: lx_tasv_rec okl_trx_assets_pub.thpv_rec_type;

16510: l_tal_id OKL_TXL_ASSETS_B.ID%TYPE;
16511: l_cle_id OKC_K_LINES_B.ID%TYPE;
16512:
16513: l_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16514: lx_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16515:
16516: BEGIN
16517: -- Call start_activity to create savepoint, check compatibility
16518: -- and initialize message list

Line 16558: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

16554: --update the transaction status to cancelled
16555: l_tasv_rec.id := l_tas_id;
16556: l_tasv_rec.tsu_code := 'CANCELED';
16557: --update split transaction header
16558: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
16559: p_api_version => p_api_version,
16560: p_init_msg_list => p_init_msg_list,
16561: x_return_status => x_return_status,
16562: x_msg_count => x_msg_count,