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 1382: from fnd_lookup_values

1378: RETURN VARCHAR2 is
1379:
1380: cursor c_leav_reason is
1381: select meaning
1382: from fnd_lookup_values
1383: where lookup_type='LEAV_REAS'
1384: and lookup_code= w2_leaving_reason ;
1385:
1386: l_leav_reason VARCHAR2(80);