DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on DUAL

Line 2197: into p_x_header_rec.credit_card_expiration_date from dual;

2193: IF NOT OE_GLOBALS.Equal(p_x_header_rec.credit_card_expiration_date,p_old_header_rec.credit_card_expiration_date)
2194: THEN
2195: /* Fix Bug # 3686048(FP 3659342): Set the Exp Date as the Last Day of the Month */
2196: select last_day(p_x_header_rec.credit_card_expiration_date)
2197: into p_x_header_rec.credit_card_expiration_date from dual;
2198:
2199: IF p_x_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE
2200: AND p_x_header_rec.payment_type_code = 'CREDIT_CARD' THEN
2201: