DBA Data[Home] [Help]

APPS.JG_ZZ_VAT_ALLOC_PRC_PKG dependencies on CE_STATEMENT_LINES

Line 239: ce_statement_lines sl

235: CURSOR c_sl_trx_type_dtl(cpn_trx_id in number) is
236: SELECT sl.trx_type sl_trx_type
237: FROM ar_cash_receipt_history_all crh,
238: ce_statement_reconcils_all sr,
239: ce_statement_lines sl
240: WHERE crh.cash_receipt_id = cpn_trx_id
241: AND crh.cash_receipt_history_id = sr.reference_id
242: AND sr.statement_line_id = sl.statement_line_id
243: AND crh.org_id = sr.org_id; -- Bug 8364296