DBA Data[Home] [Help]

APPS.OKL_OPD_PVT dependencies on OKL_OPD_PVT

Line 1: PACKAGE BODY OKL_OPD_PVT AS

1: PACKAGE BODY OKL_OPD_PVT AS
2: /* $Header: OKLSOPDB.pls 120.6 2007/01/09 08:42:47 abhsaxen noship $ */
3:
4: --Added by kthiruva for Pricing Enhancements
5: G_INCORRECT_FUNC_TYPE CONSTANT VARCHAR2(200) := 'OKL_OPRND_INCORRECT_FUNCTION';

Line 3804: OKL_OPD_PVT.TRANSLATE_ROW(p_opdv_rec => l_opdv_rec,

3800: l_opdv_rec.opd_type := p_opd_type;
3801: l_opdv_rec.org_id := p_org_id;
3802:
3803: IF(p_upload_mode = 'NLS') then
3804: OKL_OPD_PVT.TRANSLATE_ROW(p_opdv_rec => l_opdv_rec,
3805: p_owner => p_owner,
3806: p_last_update_date => p_last_update_date,
3807: x_return_status => l_return_status);
3808:

Line 3810: OKL_OPD_PVT.LOAD_ROW(p_opdv_rec => l_opdv_rec,

3806: p_last_update_date => p_last_update_date,
3807: x_return_status => l_return_status);
3808:
3809: ELSE
3810: OKL_OPD_PVT.LOAD_ROW(p_opdv_rec => l_opdv_rec,
3811: p_owner => p_owner,
3812: p_last_update_date => p_last_update_date,
3813: x_return_status => l_return_status);
3814:

Line 3819: END OKL_OPD_PVT;

3815: END IF;
3816:
3817: END LOAD_SEED_ROW;
3818:
3819: END OKL_OPD_PVT;