DBA Data[Home] [Help]

APPS.INV_MEANING_SEL dependencies on PER_PEOPLE_F

Line 90: from per_people_f

86: begin
87: if (person_id_val is NOT NULL) then
88: select full_name
89: into ret_string
90: from per_people_f
91: where person_id = person_id_val
92: and trunc(sysdate) >= effective_start_date(+)
93: and trunc(sysdate) <= effective_end_date(+);
94: return (ret_string);