DBA Data[Home] [Help]

APPS.PAY_CON_BUS dependencies on PER_PEOPLE_F

Line 170: from per_people_f ppf,

166: -- a particular time or not
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')) <=