DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on DUAL

Line 2110: into p_x_header_rec.credit_card_expiration_date from dual;

2106: IF NOT OE_GLOBALS.Equal(p_x_header_rec.credit_card_expiration_date,p_old_header_rec.credit_card_expiration_date)
2107: THEN
2108: /* Fix Bug # 3686048(FP 3659342): Set the Exp Date as the Last Day of the Month */
2109: select last_day(p_x_header_rec.credit_card_expiration_date)
2110: into p_x_header_rec.credit_card_expiration_date from dual;
2111:
2112: IF p_x_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE
2113: AND p_x_header_rec.payment_type_code = 'CREDIT_CARD' THEN
2114: