DBA Data[Home] [Help]

APPS.PAY_KR_PROCESS_NAV_PKG dependencies on PAY_PAYROLLS_F

Line 137: from pay_payrolls_f

133: and org_information_context = 'KR_BP_PAYROLL_PARAMETERS';
134: --
135: cursor csr_payroll_performer is
136: select prl_information8
137: from pay_payrolls_f
138: where payroll_id = p_payroll_id
139: and prl_information_category = 'KR'
140: and sysdate between effective_start_date and effective_end_date ;
141: --