DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on OKL_ASSET_SUBSIDY_PVT

Line 13680: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;

13676: and sub_lseb.lty_code = 'SUBSIDY';
13677:
13678: l_subsidy_rec l_subsidy_csr%ROWTYPE;
13679:
13680: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13681: lx_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13682:
13683: --Fetch refund details records against the old subsidy line
13684: Cursor l_subrfnd_csr (p_cpl_id in number) is

Line 13681: lx_asb_rec okl_asset_subsidy_pvt.asb_rec_type;

13677:
13678: l_subsidy_rec l_subsidy_csr%ROWTYPE;
13679:
13680: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13681: lx_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13682:
13683: --Fetch refund details records against the old subsidy line
13684: Cursor l_subrfnd_csr (p_cpl_id in number) is
13685: Select ppyd.id

Line 13827: OKL_ASSET_SUBSIDY_PVT.create_asset_subsidy

13823: l_asb_rec.asset_cle_id := p_cle_id;
13824: l_asb_rec.vendor_id := l_subsidy_rec.vendor_id;
13825: l_asb_rec.vendor_name := l_asb_rec.vendor_name;
13826:
13827: OKL_ASSET_SUBSIDY_PVT.create_asset_subsidy
13828: (p_api_version => p_api_version,
13829: p_init_msg_list => p_init_msg_list,
13830: x_return_status => x_return_status,
13831: x_msg_count => x_msg_count,