DBA Data[Home] [Help]

APPS.OKL_CONTRACT_PVT dependencies on OKL_TRX_ASSETS_PUB

Line 7331: l_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

7327: l_txd_id OKL_TXD_ASSETS_B.ID%TYPE;
7328:
7329: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
7330: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
7331: l_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
7332:
7333: --Bug # 2522268
7334: --cursor to get ib transaction line record
7335: CURSOR l_get_iti_csr (p_kle_id IN NUMBER) is

Line 7345: l_iti_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

7341: l_iti_tas_id OKL_TXL_ITM_INSTS.TAS_ID%TYPE;
7342: l_iti_id OKL_TXL_ITM_INSTS.ID%TYPE;
7343:
7344: l_iipv_rec OKL_TXL_ITM_INSTS_PUB.iipv_rec_type;
7345: l_iti_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
7346: --Bug # 2522268
7347:
7348: --Bug# 3143522 : delete supplier invoice details is line is deleted
7349: --cursor to ger supplier invoice details

Line 7766: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(

7762: End If;
7763:
7764: --delete tas_record
7765: l_thpv_rec.id := l_tas_id;
7766: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(
7767: p_api_version => p_api_version,
7768: p_init_msg_list => p_init_msg_list,
7769: x_return_status => x_return_status,
7770: x_msg_count => x_msg_count,

Line 7806: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(

7802: End If;
7803:
7804: --delete tas_record
7805: l_iti_thpv_rec.id := l_iti_tas_id;
7806: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(
7807: p_api_version => p_api_version,
7808: p_init_msg_list => p_init_msg_list,
7809: x_return_status => x_return_status,
7810: x_msg_count => x_msg_count,

Line 8180: l_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

8176: l_txd_id OKL_TXD_ASSETS_B.ID%TYPE;
8177:
8178: l_adpv_rec OKL_TXD_ASSETS_PUB.adpv_rec_type;
8179: l_tlpv_rec OKL_TXL_ASSETS_PUB.tlpv_rec_type;
8180: l_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
8181:
8182: --Bug # 2522268
8183: --cursor to get ib transaction line record
8184: CURSOR l_get_iti_csr (p_kle_id IN NUMBER) is

Line 8194: l_iti_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;

8190: l_iti_tas_id OKL_TXL_ITM_INSTS.TAS_ID%TYPE;
8191: l_iti_id OKL_TXL_ITM_INSTS.ID%TYPE;
8192:
8193: l_iipv_rec OKL_TXL_ITM_INSTS_PUB.iipv_rec_type;
8194: l_iti_thpv_rec OKL_TRX_ASSETS_PUB.thpv_rec_type;
8195: --Bug # 2522268
8196:
8197:
8198: --variable added for checking if okl line deletion is allowed

Line 8728: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(

8724: End If;
8725:
8726: --delete tas_record
8727: l_thpv_rec.id := l_tas_id;
8728: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(
8729: p_api_version => p_api_version,
8730: p_init_msg_list => p_init_msg_list,
8731: x_return_status => x_return_status,
8732: x_msg_count => x_msg_count,

Line 8771: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(

8767: End If;
8768:
8769: --delete tas_record
8770: l_iti_thpv_rec.id := l_iti_tas_id;
8771: OKL_TRX_ASSETS_PUB.delete_trx_ass_h_Def(
8772: p_api_version => p_api_version,
8773: p_init_msg_list => p_init_msg_list,
8774: x_return_status => x_return_status,
8775: x_msg_count => x_msg_count,