DBA Data[Home] [Help]

APPS.OKL_DSF_PVT dependencies on OKL_DSF_PVT

Line 1: PACKAGE BODY OKL_DSF_PVT AS

1: PACKAGE BODY OKL_DSF_PVT AS
2: /* $Header: OKLSDSFB.pls 120.5 2007/01/09 08:41:39 abhsaxen noship $ */
3: ---------------------------------------------------------------------------
4: -- FUNCTION get_seq_id
5: ---------------------------------------------------------------------------

Line 3989: OKL_DSF_PVT.TRANSLATE_ROW(p_dsfv_rec => l_dsfv_rec,

3985: l_dsfv_rec.attribute15 := p_attribute15;
3986: l_dsfv_rec.org_id := p_org_id;
3987:
3988: IF(p_upload_mode = 'NLS') then
3989: OKL_DSF_PVT.TRANSLATE_ROW(p_dsfv_rec => l_dsfv_rec,
3990: p_owner => p_owner,
3991: p_last_update_date => p_last_update_date,
3992: x_return_status => l_return_status);
3993:

Line 3995: OKL_DSF_PVT.LOAD_ROW(p_dsfv_rec => l_dsfv_rec,

3991: p_last_update_date => p_last_update_date,
3992: x_return_status => l_return_status);
3993:
3994: ELSE
3995: OKL_DSF_PVT.LOAD_ROW(p_dsfv_rec => l_dsfv_rec,
3996: p_owner => p_owner,
3997: p_last_update_date => p_last_update_date,
3998: x_return_status => l_return_status);
3999:

Line 4003: END OKL_DSF_PVT;

3999:
4000: END IF;
4001: END LOAD_SEED_ROW;
4002:
4003: END OKL_DSF_PVT;