DBA Data[Home] [Help]

APPS.FUN_NET_CANCEL_PKG dependencies on AR_CASH_RECEIPT_HISTORY

Line 528: FROM ar_cash_receipt_history crh

524:
525: /* p_receipt_gl_date should be populated as the max(gl_date) from CRH */
526: CURSOR c_get_reverse_gl_date(p_cr_id IN NUMBER) IS
527: SELECT max(crh.gl_date)
528: FROM ar_cash_receipt_history crh
529: WHERE crh.cash_receipt_id = p_cr_id;
530:
531: l_msg_data VARCHAR2(1000);
532: l_msg_count NUMBER;