DBA Data[Home] [Help]

APPS.CST_UNINVOICEDRECEIPTS_PVT dependencies on CST_PER_END_ACCRUALS_TEMP

Line 172: -- table CST_PER_END_ACCRUALS_TEMP.

168:
169: ---------------------------------------------------------------------
170: -- Call the common API CST_PerEndAccruals_PVT.Create_PerEndAccruals
171: -- This API creates period end accrual entries in the temporary
172: -- table CST_PER_END_ACCRUALS_TEMP.
173: ---------------------------------------------------------------------
174: l_stmt_num := 60;
175: CST_PerEndAccruals_PVT.Create_PerEndAccruals (
176: p_api_version => 1.0,

Line 210: FROM CST_PER_END_ACCRUALS_TEMP

206: -- l_row_count will be part of report header information
207: l_stmt_num := 100;
208: SELECT COUNT('X')
209: INTO l_row_count
210: FROM CST_PER_END_ACCRUALS_TEMP
211: WHERE ROWNUM = 1;
212:
213: IF(p_orderby = 1) THEN
214: l_order_by := 'Category';

Line 332: FROM cst_per_end_accruals_temp cpea,

328: (cpea.accrual_amount / fnc1.minimum_accountable_unit)
329: * cpea.currency_conversion_rate
330: * fnc1.minimum_accountable_unit), NVL(fnc1.precision, 2))
331: func_accrual_amount
332: FROM cst_per_end_accruals_temp cpea,
333: po_headers_all poh,
334: po_lines_all pol,
335: po_line_locations_all poll,
336: po_distributions_all pod,