DBA Data[Home] [Help]

APPS.HR_TRANSACTION_SWI dependencies on PER_PEOPLE_F

Line 1066: from per_people_f

1062: BEGIN
1063:
1064: select 'x'
1065: into dummy
1066: from per_people_f
1067: where person_id = p_selected_person_id
1068: and p_effective_date between effective_start_date and effective_end_date;
1069: --
1070: dummy := null;

Line 1122: from per_people_f

1118: BEGIN
1119:
1120: select 'x'
1121: into dummy
1122: from per_people_f
1123: where person_id = p_selected_person_id
1124: and p_effective_date between effective_start_date and effective_end_date;
1125: --
1126: dummy := null;