DBA Data[Home] [Help]

APPS.HR_US_W2_REP dependencies on FF_USER_ENTITIES

Line 231: ff_user_entities fue

227:
228: BEGIN
229: select fdi.user_entity_id into l_user_entity_id
230: from ff_database_items fdi,
231: ff_user_entities fue
232: where user_name = w2_balance_name
233: and fdi.user_entity_id = fue.user_entity_id
234: and fue.legislation_code = 'US';
235:

Line 1716: from FF_USER_ENTITIES fue,

1712:
1713: CURSOR get_year( cp_action_id number) is
1714:
1715: select fai.value designated_roth_contri
1716: from FF_USER_ENTITIES fue,
1717: FF_ARCHIVE_ITEMS fai
1718: where fai.context1 = cp_action_id
1719: AND fai.user_entity_id = fue.user_entity_id
1720: AND upper(fue.user_entity_name) = 'A_FIRST_YEAR_ROTH_CONTRIB' ;