DBA Data[Home] [Help]

APPS.PYJPEXC dependencies on HR_ORGANIZATION_INFORMATION

Line 556: from hr_organization_information

552: --
553: l_fy_start_date date;
554: cursor csr_fy_start_date(p_business_group_id number) is
555: select fnd_date.canonical_to_date(org_information11)
556: from hr_organization_information
557: where organization_id = p_business_group_id
558: and org_information_context = 'Business Group Information';
559: begin
560: hr_utility.set_location('Entering : ' || c_proc, 10);