DBA Data[Home] [Help]

APPS.FUN_NET_CANCEL_PKG dependencies on AR_CASH_RECEIPT_HISTORY

Line 500: FROM ar_cash_receipt_history crh

496:
497: /* p_receipt_gl_date should be populated as the max(gl_date) from CRH */
498: CURSOR c_get_reverse_gl_date(p_cr_id IN NUMBER) IS
499: SELECT max(crh.gl_date)
500: FROM ar_cash_receipt_history crh
501: WHERE crh.cash_receipt_id = p_cr_id;
502:
503: l_msg_data VARCHAR2(1000);
504: l_msg_count NUMBER;