DBA Data[Home] [Help]

APPS.PAY_CON_BUS dependencies on PER_PERSON_TYPES

Line 171: per_person_types ptype

167:
168: select count(*)
169: into l_count
170: from per_people_f ppf,
171: per_person_types ptype
172: where (to_number(to_char(p_from_date,'YYYY')) >=
173: to_number(to_char(ppf.effective_start_date,'YYYY')) and
174: to_number(to_char(p_from_date,'YYYY')) <=
175: to_number(to_char(ppf.effective_end_date,'YYYY')))