DBA Data[Home] [Help]

APPS.OKL_SETUPFORMULAE_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 730: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

726: ) IS
727: l_fmav_rec fmav_rec_type;
728: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
729: l_valid BOOLEAN;
730: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
731: BEGIN
732: x_return_status := OKL_API.G_RET_STS_SUCCESS;
733: l_fmav_rec := p_fmav_rec;
734:

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

737:
738: */
739: /* call check_overlaps */
740: /* l_attrib_tbl(1).attribute := 'NAME';
741: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
742: l_attrib_tbl(1).value := l_fmav_rec.name;
743:
744: okl_accounting_util.check_overlaps (p_id => l_fmav_rec.id,
745: p_attrib_tbl => l_attrib_tbl,

Line 744: okl_accounting_util.check_overlaps (p_id => l_fmav_rec.id,

740: /* l_attrib_tbl(1).attribute := 'NAME';
741: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
742: l_attrib_tbl(1).value := l_fmav_rec.name;
743:
744: okl_accounting_util.check_overlaps (p_id => l_fmav_rec.id,
745: p_attrib_tbl => l_attrib_tbl,
746: p_start_date_attribute_name => 'START_DATE',
747: p_start_date => l_fmav_rec.start_date,
748: p_end_date_attribute_name => 'END_DATE',

Line 1045: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

1041: l_new_version VARCHAR2(100);
1042: l_fod_count NUMBER := 0;
1043: l_fodv_tbl fodv_tbl_type;
1044: l_out_fodv_tbl fodv_tbl_type;
1045: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
1046: BEGIN
1047: x_return_status := OKL_API.G_RET_STS_SUCCESS;
1048: l_upd_fmav_rec := p_fmav_rec;
1049:

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

1283: l_fmav_rec.start_date := l_sysdate;
1284: END IF;
1285:
1286: l_attrib_tbl(1).attribute := 'NAME';
1287: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
1288: l_attrib_tbl(1).value := l_fmav_rec.name;
1289:
1290: okl_accounting_util.get_version(p_attrib_tbl => l_attrib_tbl,
1291: p_cur_version => l_fmav_rec.version,

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

1286: l_attrib_tbl(1).attribute := 'NAME';
1287: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_VARCHAR2;
1288: l_attrib_tbl(1).value := l_fmav_rec.name;
1289:
1290: okl_accounting_util.get_version(p_attrib_tbl => l_attrib_tbl,
1291: p_cur_version => l_fmav_rec.version,
1292: p_end_date_attribute_name => 'END_DATE',
1293: p_end_date => l_fmav_rec.end_date,
1294: p_view => 'Okl_Formulae_V',