DBA Data[Home] [Help]

APPS.HR_US_W2_REP dependencies on FND_LOOKUP_VALUES

Line 36: used fnd_lookup_values in the function

32: get_per_item,get_state_item for eoy99.
33: 115.9 16-Sep-99 skutteti Pre-tax enhancements
34: 115.10 10-Aug-01 kthirmiy added a new function get_leav_reason to get the
35: termination reason meaning to fix the bug 1482168.
36: used fnd_lookup_values in the function
37: instead of fnd_common_lookups because
38: of release 115
39: 115.15 07-SEP-01 ssarma Fix for 1977767.
40: 115.18 16-SEP-01 ssarma Overloaded function get_w2_box_15

Line 1267: from fnd_lookup_values

1263: RETURN VARCHAR2 is
1264:
1265: cursor c_leav_reason is
1266: select meaning
1267: from fnd_lookup_values
1268: where lookup_type='LEAV_REAS'
1269: and lookup_code= w2_leaving_reason ;
1270:
1271: l_leav_reason VARCHAR2(80);