DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on CST_PER_END_ACCRUALS_TEMP

Line 232: -- table CST_PER_END_ACCRUALS_TEMP.

228:
229: ---------------------------------------------------------------------
230: -- Call the common API CST_PerEndAccruals_PVT.Create_PerEndAccruals
231: -- This API creates period end accrual entries in the temporary
232: -- table CST_PER_END_ACCRUALS_TEMP.
233: ---------------------------------------------------------------------
234: l_stmt_num := 60;
235: CST_PerEndAccruals_PVT.Create_PerEndAccruals (
236: p_api_version => 1.0,

Line 270: FROM CST_PER_END_ACCRUALS_TEMP

266: -- l_row_count will be part of report header information
267: l_stmt_num := 100;
268: SELECT COUNT('X')
269: INTO l_row_count
270: FROM CST_PER_END_ACCRUALS_TEMP
271: WHERE ROWNUM = 1;
272:
273: l_stmt_num := 101;
274: IF (p_orderby = 1 or p_orderby = 2) THEN

Line 439: FROM cst_per_end_accruals_temp cpea,

435: func_accrual_amount,
436: nvl(fnc2.extended_precision,2) PO_PRECISION,
437: nvl(fnc1.extended_precision,2) PO_FUNC_PRECISION,
438: nvl(fnc1.precision,2) ACCR_PRECISION
439: FROM cst_per_end_accruals_temp cpea,
440: po_headers_all poh,
441: po_lines_all pol,
442: po_line_locations_all poll,
443: po_distributions_all pod,