DBA Data[Home] [Help]

APPS.OKL_FMA_PVT dependencies on OKL_FMA_PVT

Line 1: PACKAGE BODY OKL_FMA_PVT AS

1: PACKAGE BODY OKL_FMA_PVT AS
2: /* $Header: OKLSFMAB.pls 120.5 2007/01/09 08:42:13 abhsaxen noship $ */
3: ---------------------------------------------------------------------------
4: -- FUNCTION get_seq_id
5: ---------------------------------------------------------------------------

Line 4258: OKL_FMA_PVT.TRANSLATE_ROW(p_fmav_rec => l_fmav_rec,

4254: l_fmav_rec.org_id := p_org_id;
4255: l_fmav_rec.there_can_be_only_one_yn := p_there_can_be_only_one_yn;
4256:
4257: IF(p_upload_mode = 'NLS') then
4258: OKL_FMA_PVT.TRANSLATE_ROW(p_fmav_rec => l_fmav_rec,
4259: p_owner => p_owner,
4260: p_last_update_date => p_last_update_date,
4261: x_return_status => l_return_status);
4262:

Line 4264: OKL_FMA_PVT.LOAD_ROW(p_fmav_rec => l_fmav_rec,

4260: p_last_update_date => p_last_update_date,
4261: x_return_status => l_return_status);
4262:
4263: ELSE
4264: OKL_FMA_PVT.LOAD_ROW(p_fmav_rec => l_fmav_rec,
4265: p_owner => p_owner,
4266: p_last_update_date => p_last_update_date,
4267: x_return_status => l_return_status);
4268:

Line 4272: END OKL_FMA_PVT;

4268:
4269: END IF;
4270: END LOAD_SEED_ROW;
4271:
4272: END OKL_FMA_PVT;