DBA Data[Home] [Help]

APPS.PAY_US_SQWL_UDF dependencies on FF_USER_ENTITIES

Line 470: FROM ff_user_entities

466: --
467: --
468: CURSOR c_get_user_entity_id IS
469: SELECT user_entity_id
470: FROM ff_user_entities
471: WHERE user_entity_name = 'A_ASG_GRE_EMPLOYMENT_TYPE_CODE';
472:
473:
474: CURSOR c_get_archived_emp_code (p_user_entity_id NUMBER) IS

Line 906: ff_archive_items target,ff_user_entities fue

902:
903: CURSOR c_get_location_id IS
904: select fnd_number.canonical_to_number(target.value)
905: from
906: ff_archive_items target,ff_user_entities fue
907: where target.user_entity_id = fue.user_entity_id
908: and fue.user_entity_name='A_SQWL_LOC_QTR_END'
909: and target.context1 = to_char(p_assignment_action_id);
910: