DBA Data[Home] [Help]

APPS.PAY_KR_YEA_MAGTAPE_FUN_PKG dependencies on PAY_KR_CONT_DETAILS_V

Line 274: from pay_kr_cont_details_v pkc,

270: cursor csr_e_count( p_assignment_id varchar2, p_effective_date date ) is
271: -- Bug 5654127
272: -- Bug 5872042
273: select count(*)
274: from pay_kr_cont_details_v pkc,
275: per_contact_extra_info_f cei -- Bug 5879106
276: where pkc.assignment_id = p_assignment_id
277: and p_effective_date between pkc.emp_start_date and pkc.emp_end_date
278: and pay_kr_ff_functions_pkg.is_exempted_dependent(pkc.contact_type, pkc.national_identifier, pkc.cont_information2,