DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER dependencies on PO_LOCATIONS_S

Line 1262: po_locations_s.validate_tax_info(tax_record);

1258: tax_record.tax_name := p_header_record.header_record.tax_name;
1259: tax_record.tax_amount := p_header_record.header_record.tax_amount;
1260: tax_record.error_record.error_status := p_header_record.error_record.error_status;
1261: tax_record.error_record.error_message := p_header_record.error_record.error_message;
1262: po_locations_s.validate_tax_info(tax_record);
1263:
1264: IF tax_record.error_record.error_status = 'E' THEN --{
1265: IF tax_record.error_record.error_message IN('TAX_CODE_INVALID', 'TAX_CODE_DISABLED') THEN --{
1266: tax_record.error_record.error_message := 'PO_PDOI_INVALID_TAX_NAME';