DBA Data[Home] [Help]

APPS.ARP_CTL_PKG dependencies on RA_CUSTOMER_TRX_LINES_S

Line 4026: SELECT RA_CUSTOMER_TRX_LINES_S.NEXTVAL

4022: | Get the unique identifier |
4023: *---------------------------*/
4024: /* Bug 4410461 FP for 4340099: Added the If Condition below */
4025: IF p_line_rec.customer_trx_line_id is null THEN
4026: SELECT RA_CUSTOMER_TRX_LINES_S.NEXTVAL
4027: INTO l_customer_trx_line_id
4028: FROM DUAL;
4029: ELSE l_customer_trx_line_id := p_line_rec.customer_trx_line_id ;
4030: END IF ;

Line 5478: SELECT ra_customer_trx_lines_s.nextval,

5474: arp_util.debug('p_tax_amount '||p_tax_amount);
5475: END IF;
5476:
5477: --{BUG#3339072
5478: SELECT ra_customer_trx_lines_s.nextval,
5479: p_customer_trx_id,
5480: pg_user_id, /* created_by */
5481: sysdate, /* creation_date */
5482: pg_user_id, /* last_updated_by */