DBA Data[Home] [Help]

APPS.OKL_PROCESS_PROVISIONS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 370: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

366: ) IS
367: l_pvnv_rec pvnv_rec_type;
368: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
369: l_valid BOOLEAN;
370: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
371: BEGIN
372: l_pvnv_rec := p_pvnv_rec;
373:
374: /* call check_overlaps */

Line 376: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;

372: l_pvnv_rec := p_pvnv_rec;
373:
374: /* call check_overlaps */
375: l_attrib_tbl(1).attribute := 'name';
376: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
377: l_attrib_tbl(1).value := l_pvnv_rec.name;
378:
379: okl_accounting_util.check_overlaps(p_id => l_pvnv_rec.id,
380: p_attrib_tbl => l_attrib_tbl,

Line 379: okl_accounting_util.check_overlaps(p_id => l_pvnv_rec.id,

375: l_attrib_tbl(1).attribute := 'name';
376: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
377: l_attrib_tbl(1).value := l_pvnv_rec.name;
378:
379: okl_accounting_util.check_overlaps(p_id => l_pvnv_rec.id,
380: p_attrib_tbl => l_attrib_tbl,
381: p_start_date_attribute_name => 'FROM_DATE',
382: p_start_date => l_pvnv_rec.from_date,
383: p_end_date_attribute_name => 'TO_DATE',

Line 574: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

570: l_tmp_pvnv_rec pvnv_rec_type; /* for any other purposes */
571: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
572: l_action VARCHAR2(1);
573: l_new_version VARCHAR2(100);
574: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
575: BEGIN
576: l_return_status := OKL_API.G_RET_STS_SUCCESS;
577: --l_upd_pvnv_rec := p_pvnv_rec;
578:

Line 733: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;

729: l_pvnv_rec.from_date := l_sysdate;
730: END IF;
731:
732: l_attrib_tbl(1).attribute := 'name';
733: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
734: l_attrib_tbl(1).value := l_pvnv_rec.name;
735:
736: okl_accounting_util.get_version(
737: p_attrib_tbl => l_attrib_tbl,

Line 736: okl_accounting_util.get_version(

732: l_attrib_tbl(1).attribute := 'name';
733: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
734: l_attrib_tbl(1).value := l_pvnv_rec.name;
735:
736: okl_accounting_util.get_version(
737: p_attrib_tbl => l_attrib_tbl,
738: p_cur_version => l_pvnv_rec.version,
739: p_end_date_attribute_name => 'TO_DATE',
740: p_end_date => l_pvnv_rec.to_date,