DBA Data[Home] [Help]

APPS.OKL_PROCESS_BUCKETS_PVT dependencies on OKL_ACCOUNTING_UTIL

Line 175: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

171: ) IS
172: l_bktv_rec bktv_rec_type;
173: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
174: l_valid BOOLEAN;
175: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
176: BEGIN
177: l_return_status := OKL_API.G_RET_STS_SUCCESS;
178: l_bktv_rec := p_bktv_rec;
179:

Line 185: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;

181: p_upd_bktv_rec.end_date <> OKL_API.G_MISS_DATE THEN
182:
183: /* call check_overlaps */
184: l_attrib_tbl(1).attribute := 'ibc_id';
185: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
186: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
187:
188: okl_accounting_util.check_overlaps(p_id => l_bktv_rec.id,
189: p_attrib_tbl => l_attrib_tbl,

Line 188: okl_accounting_util.check_overlaps(p_id => l_bktv_rec.id,

184: l_attrib_tbl(1).attribute := 'ibc_id';
185: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
186: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
187:
188: okl_accounting_util.check_overlaps(p_id => l_bktv_rec.id,
189: p_attrib_tbl => l_attrib_tbl,
190: p_start_date_attribute_name => 'START_DATE',
191: p_start_date => l_bktv_rec.start_date,
192: p_end_date_attribute_name => 'END_DATE',

Line 251: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

247: l_bktv_rec bktv_rec_type; /* latest with the retained changes */
248: l_tmp_bktv_rec bktv_rec_type; /* for any other purposes */
249: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
250: l_new_version VARCHAR2(100);
251: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
252: BEGIN
253: l_return_status := OKL_API.G_RET_STS_SUCCESS;
254: l_upd_bktv_rec := p_bktv_rec;
255:

Line 279: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;

275: l_bktv_rec.start_date := l_sysdate;
276: END IF;
277:
278: l_attrib_tbl(1).attribute := 'ibc_id';
279: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
280: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
281:
282: okl_accounting_util.get_version(
283: p_attrib_tbl => l_attrib_tbl,

Line 282: okl_accounting_util.get_version(

278: l_attrib_tbl(1).attribute := 'ibc_id';
279: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
280: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
281:
282: okl_accounting_util.get_version(
283: p_attrib_tbl => l_attrib_tbl,
284: p_cur_version => l_bktv_rec.version,
285: p_end_date_attribute_name => 'END_DATE',
286: p_end_date => l_bktv_rec.end_date,

Line 382: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;

378: l_tmp_bktv_rec bktv_rec_type; /* for any other purposes */
379: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
380: l_action VARCHAR2(1);
381: l_new_version VARCHAR2(100);
382: l_attrib_tbl okl_accounting_util.overlap_attrib_tbl_type;
383: BEGIN
384: l_return_status := OKL_API.G_RET_STS_SUCCESS;
385: l_upd_bktv_rec := p_bktv_rec;
386:

Line 504: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;

500: l_bktv_rec.start_date := l_sysdate;
501: END IF;
502:
503: l_attrib_tbl(1).attribute := 'ibc_id';
504: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
505: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
506:
507: okl_accounting_util.get_version(
508: p_attrib_tbl => l_attrib_tbl,

Line 507: okl_accounting_util.get_version(

503: l_attrib_tbl(1).attribute := 'ibc_id';
504: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
505: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
506:
507: okl_accounting_util.get_version(
508: p_attrib_tbl => l_attrib_tbl,
509: p_cur_version => l_bktv_rec.version,
510: p_end_date_attribute_name => 'END_DATE',
511: p_end_date => l_bktv_rec.end_date,

Line 563: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;

559: l_bktv_rec.start_date := l_sysdate;
560: l_bktv_rec.comments := OKL_API.G_MISS_CHAR;
561: -- Get Version number
562: l_attrib_tbl(1).attribute := 'ibc_id';
563: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
564: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
565:
566: okl_accounting_util.get_version(
567: p_attrib_tbl => l_attrib_tbl,

Line 566: okl_accounting_util.get_version(

562: l_attrib_tbl(1).attribute := 'ibc_id';
563: l_attrib_tbl(1).attrib_type := okl_accounting_util.G_NUMBER;
564: l_attrib_tbl(1).value := l_bktv_rec.ibc_id;
565:
566: okl_accounting_util.get_version(
567: p_attrib_tbl => l_attrib_tbl,
568: p_cur_version => l_bktv_rec.version,
569: p_end_date_attribute_name => 'END_DATE',
570: p_end_date => l_bktv_rec.end_date,