DBA Data[Home] [Help]

APPS.OKL_SETUPFUNCTIONS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 550: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

546: ) IS
547: l_dsfv_rec dsfv_rec_type;
548: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
549: l_valid BOOLEAN;
550: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
551: BEGIN
552: x_return_status := OKL_API.G_RET_STS_SUCCESS;
553: l_dsfv_rec := p_dsfv_rec;
554:

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

557:
558:
559: -- call check_overlaps
560: l_attrib_tbl(1).attribute := 'NAME';
561: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
562: l_attrib_tbl(1).value := l_dsfv_rec.name;
563:
564: okl_accounting_util.check_overlaps (p_id => l_dsfv_rec.id,
565: p_attrib_tbl => l_attrib_tbl,

Line 564: okl_accounting_util.check_overlaps (p_id => l_dsfv_rec.id,

560: l_attrib_tbl(1).attribute := 'NAME';
561: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
562: l_attrib_tbl(1).value := l_dsfv_rec.name;
563:
564: okl_accounting_util.check_overlaps (p_id => l_dsfv_rec.id,
565: p_attrib_tbl => l_attrib_tbl,
566: p_start_date_attribute_name => 'START_DATE',
567: p_start_date => l_dsfv_rec.start_date,
568: p_end_date_attribute_name => 'END_DATE',

Line 798: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

794: l_tmp_dsfv_rec dsfv_rec_type; /* for any other purposes */
795: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
796: l_action VARCHAR2(1);
797: l_new_version VARCHAR2(100);
798: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
799: BEGIN
800: x_return_status := OKL_API.G_RET_STS_SUCCESS;
801: l_upd_dsfv_rec := p_dsfv_rec;
802:

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

1017: END IF;
1018:
1019:
1020: l_attrib_tbl(1).attribute := 'NAME';
1021: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
1022: l_attrib_tbl(1).value := l_dsfv_rec.name;
1023:
1024: okl_accounting_util.get_version(p_attrib_tbl => l_attrib_tbl,
1025: p_cur_version => l_dsfv_rec.version,

Line 1024: okl_accounting_util.get_version(p_attrib_tbl => l_attrib_tbl,

1020: l_attrib_tbl(1).attribute := 'NAME';
1021: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
1022: l_attrib_tbl(1).value := l_dsfv_rec.name;
1023:
1024: okl_accounting_util.get_version(p_attrib_tbl => l_attrib_tbl,
1025: p_cur_version => l_dsfv_rec.version,
1026: p_end_date_attribute_name => 'END_DATE',
1027: p_end_date => l_dsfv_rec.end_date,
1028: p_view => 'Okl_Data_Src_Fnctns_V',