DBA Data[Home] [Help]

APPS.POR_RCV_POST_QUERY_PKG dependencies on PER_PEOPLE_F

Line 81: from per_people_f

77: BEGIN
78: begin
79: select full_name
80: into pName
81: from per_people_f
82: where person_id = pRequestorId
83: and nvl(effective_start_date, sysdate) <= sysdate
84: and nvl(effective_end_date, sysdate) >= sysdate;
85: exception