DBA Data[Home] [Help]

APPS.OKL_TRY_PVT dependencies on OKL_TRY_PVT

Line 1: package body Okl_Try_Pvt as

1: package body Okl_Try_Pvt as
2: /* $Header: OKLSTRYB.pls 120.8 2007/04/16 10:01:28 dpsingh noship $ */
3: ---------------------------------------------------------------------------
4: -- FUNCTION get_seq_id
5: ---------------------------------------------------------------------------

Line 4422: OKL_TRY_PVT.TRANSLATE_ROW(p_tryv_rec => l_tryv_rec,

4418: l_tryv_rec.FORMULA_YN := p_formula_yn;
4419: l_tryv_rec.ACCOUNTING_EVENT_CLASS_CODE := p_accounting_event_class_code;
4420: l_tryv_rec.last_update_login := 0;
4421: IF(p_upload_mode = 'NLS') then
4422: OKL_TRY_PVT.TRANSLATE_ROW(p_tryv_rec => l_tryv_rec,
4423: p_owner => p_owner,
4424: p_last_update_date => p_last_update_date,
4425: x_return_status => l_return_status);
4426:

Line 4428: OKL_TRY_PVT.LOAD_ROW(p_tryv_rec => l_tryv_rec,

4424: p_last_update_date => p_last_update_date,
4425: x_return_status => l_return_status);
4426:
4427: ELSE
4428: OKL_TRY_PVT.LOAD_ROW(p_tryv_rec => l_tryv_rec,
4429: p_owner => p_owner,
4430: p_last_update_date => p_last_update_date,
4431: x_return_status => l_return_status);
4432:

Line 4436: end Okl_Try_Pvt;

4432:
4433: END IF;
4434: END LOAD_SEED_ROW;
4435:
4436: end Okl_Try_Pvt;