DBA Data[Home] [Help]

APPS.ARP_CTL_PKG dependencies on DUAL

Line 4006: FROM DUAL;

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 ;
4009:
4010: