DBA Data[Home] [Help]

APPS.ARP_CTL_PKG dependencies on RA_CUSTOMER_TRX_LINES_S

Line 4004: SELECT RA_CUSTOMER_TRX_LINES_S.NEXTVAL

4000: | Get the unique identifier |
4001: *---------------------------*/
4002: /* Bug 4410461 FP for 4340099: Added the If Condition below */
4003: IF p_line_rec.customer_trx_line_id is null THEN
4004: SELECT RA_CUSTOMER_TRX_LINES_S.NEXTVAL
4005: INTO l_customer_trx_line_id
4006: FROM DUAL;
4007: ELSE l_customer_trx_line_id := p_line_rec.customer_trx_line_id ;
4008: END IF ;

Line 5463: SELECT ra_customer_trx_lines_s.nextval,

5459: END IF;
5460:
5461: --{BUG#3339072
5462: -- Bug 10169170, Modified the following query to add an Order By clause.
5463: SELECT ra_customer_trx_lines_s.nextval,
5464: p_customer_trx_id,
5465: pg_user_id, /* created_by */
5466: sysdate, /* creation_date */
5467: pg_user_id, /* last_updated_by */