120: field is system linkage function, then we can have the following
121: mapping logic:
122: Invoice Type System Linkage Function
123: EXPENSE REPORT ER
124: STANDARD VI
125: .....
126: IF (p_attribute_category = 'EXPENSE REPORT') THEN
127: p_attribute_category := 'ER';
128: ......