DBA Data[Home] [Help]

APPS.OKL_CREATE_KLE_PVT dependencies on OKL_ASSET_SUBSIDY_PVT

Line 13779: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;

13775: and sub_lseb.lty_code = 'SUBSIDY';
13776:
13777: l_subsidy_rec l_subsidy_csr%ROWTYPE;
13778:
13779: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13780: lx_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13781:
13782: --Fetch refund details records against the old subsidy line
13783: Cursor l_subrfnd_csr (p_cpl_id in number) is

Line 13780: lx_asb_rec okl_asset_subsidy_pvt.asb_rec_type;

13776:
13777: l_subsidy_rec l_subsidy_csr%ROWTYPE;
13778:
13779: l_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13780: lx_asb_rec okl_asset_subsidy_pvt.asb_rec_type;
13781:
13782: --Fetch refund details records against the old subsidy line
13783: Cursor l_subrfnd_csr (p_cpl_id in number) is
13784: Select ppyd.id

Line 13926: OKL_ASSET_SUBSIDY_PVT.create_asset_subsidy

13922: l_asb_rec.asset_cle_id := p_cle_id;
13923: l_asb_rec.vendor_id := l_subsidy_rec.vendor_id;
13924: l_asb_rec.vendor_name := l_asb_rec.vendor_name;
13925:
13926: OKL_ASSET_SUBSIDY_PVT.create_asset_subsidy
13927: (p_api_version => p_api_version,
13928: p_init_msg_list => p_init_msg_list,
13929: x_return_status => x_return_status,
13930: x_msg_count => x_msg_count,