DBA Data[Home] [Help]

APPS.ARP_CTL_PKG dependencies on DUAL

Line 4028: FROM DUAL;

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 ;
4031:
4032: