DBA Data[Home] [Help]

APPS.AR_ARXRECON_XMLP_PKG dependencies on ARP_UTIL

Line 290: arp_util.debug('Before Report');

286: function BeforeReport return boolean is
287: l_ld_sp varchar2(1);
288: begin
289: /*SRW.USER_EXIT('FND SRWINIT');*/null;
290: arp_util.debug('Before Report');
291: LP_GL_DATE_HIGH := to_char(P_GL_DATE_HIGH, 'DD-MON-YYYY');
292: LP_GL_DATE_LOW := to_char(P_GL_DATE_LOW, 'DD-MON-YYYY');
293: rp_message:=null;
294: IF to_number(p_reporting_level) = 1000 THEN

Line 304: arp_util.debug('End of Before Report');

300: END IF;
301: FND_MESSAGE.SET_NAME('AR','AR_REPORT_ACC_NOT_GEN');
302: cp_acc_message := FND_MESSAGE.get;
303: ar_calc_aging.initialize;
304: arp_util.debug('End of Before Report');
305: return (TRUE);
306: end;
307: function AfterPForm return boolean is
308: begin

Line 347: arp_util.debug('Begin of After Report');

343: function AfterReport return boolean is
344: l_request_id number;
345: begin
346: /*SRW.USER_EXIT('FND SRWINIT');*/null;
347: arp_util.debug('Begin of After Report');
348: IF p_potential_rec_items = 'Y' THEN
349: /*srw.message('1001','p_bal_high '||p_co_seg_high);*/null;
350: /*srw.message('1001','p_bal_low '||p_co_seg_low);*/null;
351: /*srw.message('1001','p_ca_set_of_books_id '||p_ca_set_of_books_id);*/null;

Line 926: if (arp_util.open_period_exists(p_reporting_level,p_reporting_entity_id,p_gl_date_low,p_gl_date_high)) then

922: return P_ON_ACC_CM_REF_ACCTD_AMT_DSP;
923: END;
924: function F_ACC_MESSAGEFormatTrigger return char is
925: begin
926: if (arp_util.open_period_exists(p_reporting_level,p_reporting_entity_id,p_gl_date_low,p_gl_date_high)) then
927: return 'TRUE';
928: else
929: return 'FALSE';
930: end if;