DBA Data[Home] [Help]

APPS.AR_ARXCPH_XMLP_PKG dependencies on DUAL

Line 57: from dual;

53:
54:
55: select sysdate
56: into sdate
57: from dual;
58:
59: p_sysdate := sdate;
60: if p_in_inv_num_low IS NOT NULL then
61: lp_invoice_num_low := ' and ar_payment_schedules.trx_number >= :p_in_inv_num_low ' ;