DBA Data[Home] [Help]

APPS.OKL_SPLIT_ASSET_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 1580: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

1576: ------------------------------------------------------------------------
1577:
1578: l_trxv_rec.id := l_split_trans_id;
1579: l_trxv_rec.tsu_code := 'PROCESSED';
1580: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
1581: p_api_version => p_api_version,
1582: p_init_msg_list => p_init_msg_list,
1583: x_return_status => x_return_status,
1584: x_msg_count => x_msg_count,

Line 3846: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

3842: RAISE OKL_API.G_EXCEPTION_ERROR;
3843: END IF;
3844: -- evaluate conditions, build outcomes for true conditions and
3845: -- put them on outcome queue
3846: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
3847: p_api_version => p_api_version,
3848: p_init_msg_list => p_init_msg_list,
3849: x_return_status => x_return_status,
3850: x_msg_count => x_msg_count,

Line 3917: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

3913: RAISE OKL_API.G_EXCEPTION_ERROR;
3914: END IF;
3915: -- evaluate conditions, build outcomes for true conditions and
3916: -- put them on outcome queue
3917: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
3918: p_api_version => p_api_version,
3919: p_init_msg_list => p_init_msg_list,
3920: x_return_status => x_return_status,
3921: x_msg_count => x_msg_count,

Line 6507: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

6503: ------------------------------------------------
6504: --update transaction header for transaction date
6505: l_trxv_rec.id := l_tas_id;
6506: l_trxv_rec.date_trans_occurred := p_trx_date;
6507: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
6508: p_api_version => p_api_version,
6509: p_init_msg_list => p_init_msg_list,
6510: x_return_status => x_return_status,
6511: x_msg_count => x_msg_count,

Line 16063: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

16059:
16060: --update the transaction record to processed.
16061: l_trxv_rec.id := p_txlv_rec.tas_id;
16062: l_trxv_rec.tsu_code := 'PROCESSED';
16063: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
16064: p_api_version => p_api_version,
16065: p_init_msg_list => p_init_msg_list,
16066: x_return_status => x_return_status,
16067: x_msg_count => x_msg_count,

Line 16605: l_tasv_rec okl_trx_assets_pub.thpv_rec_type;

16601: l_tas_id OKL_TRX_ASSETS.ID%TYPE;
16602: l_tal_id OKL_TXL_ASSETS_B.ID%TYPE;
16603: l_cle_id OKC_K_LINES_B.ID%TYPE;
16604:
16605: l_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16606: lx_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16607:
16608: BEGIN
16609: -- Call start_activity to create savepoint, check compatibility

Line 16606: lx_tasv_rec okl_trx_assets_pub.thpv_rec_type;

16602: l_tal_id OKL_TXL_ASSETS_B.ID%TYPE;
16603: l_cle_id OKC_K_LINES_B.ID%TYPE;
16604:
16605: l_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16606: lx_tasv_rec okl_trx_assets_pub.thpv_rec_type;
16607:
16608: BEGIN
16609: -- Call start_activity to create savepoint, check compatibility
16610: -- and initialize message list

Line 16650: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(

16646: --update the transaction status to cancelled
16647: l_tasv_rec.id := l_tas_id;
16648: l_tasv_rec.tsu_code := 'CANCELED';
16649: --update split transaction header
16650: OKL_TRX_ASSETS_PUB.update_trx_ass_h_def(
16651: p_api_version => p_api_version,
16652: p_init_msg_list => p_init_msg_list,
16653: x_return_status => x_return_status,
16654: x_msg_count => x_msg_count,