DBA Data[Home] [Help]

APPS.PAY_KR_PAYKRYTR_PKG dependencies on PER_CONTACT_EXTRA_INFO_F

Line 601: per_contact_extra_info_f cei -- Bug 5879106

597: --
598: cursor csr_get_dpnt_cash_exp(p_assignment_id number, p_effective_date date) is
599: select sum(nvl(to_number(cei.cei_information9),0))
600: from pay_kr_cont_details_v pkc,
601: per_contact_extra_info_f cei -- Bug 5879106
602: where pkc.assignment_id = p_assignment_id
603: and p_effective_date between emp_start_date and emp_end_date
604: and p_effective_date between cont_start_date and cont_end_date
605: and cei.information_type(+) = 'KR_DPNT_EXPENSE_INFO'