DBA Data[Home] [Help]

APPS.PAY_PAYUSDED_XMLP_PKG dependencies on PER_PEOPLE_F

Line 166: from per_people_f

162: then
163: l_message := 'Error: While Selecting Employee name ....';
164: select full_name
165: into c_person
166: from per_people_f
167: where person_id = p_person_id
168: and p_end_date between effective_start_date and effective_end_date;
169: else
170: c_person := '';