LINE_TYPE_LOOKUP_CODE --> Type of invoice line. Possible values for this column are derived from
FND_LOOKUP_VALUES for lookup_type 'INVOICE LINE TYPE'.
SELECT *
FROM fnd_lookup_values
WHERE lookup_type = 'INVOICE LINE TYPE'
AND language = USERENV('LANG')
No comments:
Post a Comment