DBA Data[Home] [Help]

APPS.OKL_AM_VENDOR_RES_SHARE_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 721: lp_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

717: l_tplv_rec OKL_TPL_PVT.tplv_rec_type;
718: x_tplv_rec OKL_TPL_PVT.tplv_rec_type;
719:
720: l_add_params OKL_EXECUTE_FORMULA_PUB.ctxt_val_tbl_type;
721: lp_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
722: lx_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
723: lp_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
724: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
725: l_share_formula VARCHAR2(300);

Line 722: lx_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

718: x_tplv_rec OKL_TPL_PVT.tplv_rec_type;
719:
720: l_add_params OKL_EXECUTE_FORMULA_PUB.ctxt_val_tbl_type;
721: lp_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
722: lx_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
723: lp_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
724: lx_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
725: l_share_formula VARCHAR2(300);
726: l_request_id NUMBER;

Line 1013: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(

1009: lp_thpv_rec.tsu_code := 'PROCESSED';
1010: lp_thpv_rec.try_id := l_residual_shr_try_id;
1011: lp_thpv_rec.date_trans_occurred := sysdate;
1012:
1013: OKL_TRX_ASSETS_PUB.create_trx_ass_h_def(
1014: p_api_version => p_api_version,
1015: p_init_msg_list => OKL_API.G_FALSE,
1016: x_return_status => l_return_status,
1017: x_msg_count => x_msg_count,