DBA Data[Home] [Help]

APPS.PO_LINES_SV7 dependencies on AP_TAX_CODES

Line 3207: -- x_valid := po_ap_tax_codes_sv.val_tax_name(x_tax_name);

3203: x_header_processable_flag);
3204: end if;
3205:
3206: -- IF (x_tax_name is not null or x_tax_code_id is not null) THEN
3207: -- x_valid := po_ap_tax_codes_sv.val_tax_name(x_tax_name);
3208: -- IF (x_valid = FALSE) THEN
3209:
3210: if (x_tax_name is not null and x_tax_code_id is null) then
3211:

Line 3251: from ap_tax_codes

3247:
3248: -- validate tax id
3249:
3250: select count(*) into x_count
3251: from ap_tax_codes
3252: where tax_id = x_tax_code_id
3253: and enabled_flag = 'Y';
3254:
3255: if x_count = 0 then