DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_PAYMENT_TYPES_VL

Line 1270: FROM oe_payment_types_vl

1266: -- end bug 4200055
1267:
1268: IF p_old_Line_Payment_rec.payment_type_code IS NOT NULL THEN
1269: SELECT credit_check_flag INTO l_cc_flag_old
1270: FROM oe_payment_types_vl
1271: WHERE payment_type_code=p_old_Line_Payment_rec.payment_type_code;
1272: END IF;
1273:
1274: SELECT credit_check_flag INTO l_cc_flag_new

Line 1275: FROM oe_payment_types_vl

1271: WHERE payment_type_code=p_old_Line_Payment_rec.payment_type_code;
1272: END IF;
1273:
1274: SELECT credit_check_flag INTO l_cc_flag_new
1275: FROM oe_payment_types_vl
1276: WHERE payment_type_code=p_x_Line_Payment_rec.payment_type_code;
1277:
1278: IF l_booked_flag = 'Y' AND
1279: NOT OE_GLOBALS.Equal(l_cc_flag_old,l_cc_flag_new) THEN