DBA Data[Home] [Help]

APPS.AR_ARXDIR_XMLP_PKG dependencies on AR_ARXDIR_XMLP_PKG

Line 1: PACKAGE BODY AR_ARXDIR_XMLP_PKG AS

1: PACKAGE BODY AR_ARXDIR_XMLP_PKG AS
2: /* $Header: ARXDIRB.pls 120.0 2007/12/27 13:47:17 abraghun noship $ */
3:
4: function BeforeReport return boolean is
5: begin

Line 132: lp_status := ' and ar_payment_schedules.status = AR_ARXDIR_XMLP_PKG.p_invoice_status_param ';

128: --p_invoice_status := 'CL' ;
129: p_invoice_status_param := 'CL' ;
130: END IF;
131: --lp_status := ' and ar_payment_schedules.status = :p_invoice_status ';
132: lp_status := ' and ar_payment_schedules.status = AR_ARXDIR_XMLP_PKG.p_invoice_status_param ';
133: end if;
134: if ( UPPER (p_order_by) = 'CUSTOMER') then
135: lp_order_by := 'order by '||
136: 'ar_payment_schedules.invoice_currency_code,'||

Line 254: END AR_ARXDIR_XMLP_PKG ;

250: Function rp_sum_for_p return varchar2 is
251: Begin
252: return rp_sum_for;
253: END;
254: END AR_ARXDIR_XMLP_PKG ;
255: