possible values and meaning for xla_ea_lines.party_type_code
the Oracle Subledger Accounting Implementation Guide said that the possible values for xla_ea_lines.party_type_code are C for customer and S for supplier, but I did a
select distinct party_type_code from xla_ea_lines;
i got 4 values.
C, S, X, <null>
what do X and <null> means?