DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_HEADER dependencies on STANDARD

Line 460: -- IF the TAX handling is STANDARD THEN we can not validate the

456: END IF;
457:
458: END IF; -- IF Tax handling is exempt
459:
460: -- IF the TAX handling is STANDARD THEN we can not validate the
461: -- Tax Exempt Number as it can be a NULL value.
462:
463: -- IF the Tax handling is "Required"
464: IF p_header_rec.tax_exempt_flag = 'R'

Line 1187: -- flag is 'S' (StANDard).

1183: END IF; -- Deliver to contact needed validation.
1184:
1185:
1186: -- Check for Tax Exempt number/Tax exempt reason code IF the Tax exempt
1187: -- flag is 'S' (StANDard).
1188: oe_debug_pub.add('p_header_rec.tax_exempt_number'|| p_header_rec.tax_exempt_number,2);
1189: oe_debug_pub.add('p_header_rec.tax_exempt_flag'|| p_header_rec.tax_exempt_flag,2);
1190: IF p_header_rec.tax_exempt_flag IS NOT NULL
1191: THEN