DBA Data[Home] [Help]

APPS.ARP_PROCESS_RCTS dependencies on CE_STATEMENT_RECON_GT_V

Line 668: ce_statement_recon_gt_v */

664:
665: -- get the cash management items
666:
667: /* bug4751467 -- added the call to cep_standard.init and replaced CE_STATEMENT_RECONCILIATIONS with
668: ce_statement_recon_gt_v */
669:
670: cep_standard.init_security;
671:
672: SELECT

Line 683: ce_statement_recon_gt_v cb_sr,

679: p_statement_date
680: FROM
681: ce_statement_headers cb_sh,
682: ce_statement_lines cb_sl,
683: ce_statement_recon_gt_v cb_sr,
684: ar_cash_receipt_history crh_cb
685: WHERE
686: crh_cb.cash_receipt_id = p_cr_id
687: AND crh_cb.cash_receipt_history_id = cb_sr.reference_id (+)