DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_HEADER dependencies on STANDARD

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

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

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

1214: END IF; -- Deliver to contact needed validation.
1215:
1216:
1217: -- Check for Tax Exempt number/Tax exempt reason code IF the Tax exempt
1218: -- flag is 'S' (StANDard).
1219: oe_debug_pub.add('p_header_rec.tax_exempt_number'|| p_header_rec.tax_exempt_number,2);
1220: oe_debug_pub.add('p_header_rec.tax_exempt_flag'|| p_header_rec.tax_exempt_flag,2);
1221: IF p_header_rec.tax_exempt_flag IS NOT NULL
1222: THEN