DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER dependencies on PO_LOCATIONS_S

Line 1236: po_locations_s.validate_tax_info(tax_record);

1232: tax_record.tax_name := p_header_record.header_record.tax_name;
1233: tax_record.tax_amount := p_header_record.header_record.tax_amount;
1234: tax_record.error_record.error_status := p_header_record.error_record.error_status;
1235: tax_record.error_record.error_message := p_header_record.error_record.error_message;
1236: po_locations_s.validate_tax_info(tax_record);
1237:
1238: IF tax_record.error_record.error_status = 'E' THEN --{
1239: IF tax_record.error_record.error_message IN('TAX_CODE_INVALID', 'TAX_CODE_DISABLED') THEN --{
1240: tax_record.error_record.error_message := 'PO_PDOI_INVALID_TAX_NAME';