DBA Data[Home] [Help]

APPS.PAY_KR_PROCESS_NAV_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 131: from hr_organization_information

127: l_cur_time varchar2(25) ;
128: --
129: cursor csr_gre_performer is
130: select org_information2
131: from hr_organization_information
132: where organization_id = p_business_place_id
133: and org_information_context = 'KR_BP_PAYROLL_PARAMETERS';
134: --
135: cursor csr_payroll_performer is

Line 187: from hr_organization_information

183: and language = userenv('LANG') ;
184: --
185: cursor csr_business_place_name is
186: select org_information1 business_place_name
187: from hr_organization_information
188: where org_information_context = 'KR_BUSINESS_PLACE_REGISTRATION'
189: and organization_id = p_business_place_id ;
190: --
191: cursor csr_bonus_start_date is