DBA Data[Home] [Help]

APPS.PAY_JP_RETRO_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 536: from hr_organization_information

532: IS
533: l_legislation_code PER_BUSINESS_GROUPS.legislation_code%TYPE;
534: CURSOR csr_legislation_code IS
535: select org_information9
536: from hr_organization_information
537: where organization_id=p_business_group_id
538: and org_information_context='Business Group Information';
539: BEGIN
540: open csr_legislation_code;