DBA Data[Home] [Help]

APPS.GHR_SF52_DO_UPDATE dependencies on HR_ORGANIZATION_INFORMATION

Line 3596: FROM HR_ORGANIZATION_INFORMATION

3592: AND c_effective_date BETWEEN pos.effective_start_date and pos.effective_end_date;
3593:
3594: CURSOR get_segment(c_business_group_id per_people_f.business_group_id%type) IS
3595: SELECT ORG_INFORMATION5
3596: FROM HR_ORGANIZATION_INFORMATION
3597: WHERE ORG_INFORMATION_CONTEXT = 'GHR_US_ORG_INFORMATION'
3598: AND ORGANIZATION_ID = c_business_group_id;
3599:
3600: l_agency_segment hr_organization_information.org_information5%type;

Line 3600: l_agency_segment hr_organization_information.org_information5%type;

3596: FROM HR_ORGANIZATION_INFORMATION
3597: WHERE ORG_INFORMATION_CONTEXT = 'GHR_US_ORG_INFORMATION'
3598: AND ORGANIZATION_ID = c_business_group_id;
3599:
3600: l_agency_segment hr_organization_information.org_information5%type;
3601: l_pos_agency_code VARCHAR2(30);
3602:
3603: CURSOR c_get_agency_code(c_segment hr_organization_information.org_information5%type,
3604: c_position_id hr_all_positions_f.position_id%type,

Line 3603: CURSOR c_get_agency_code(c_segment hr_organization_information.org_information5%type,

3599:
3600: l_agency_segment hr_organization_information.org_information5%type;
3601: l_pos_agency_code VARCHAR2(30);
3602:
3603: CURSOR c_get_agency_code(c_segment hr_organization_information.org_information5%type,
3604: c_position_id hr_all_positions_f.position_id%type,
3605: c_effective_date hr_all_positions_f.effective_start_date%type) IS
3606: SELECT DECODE(c_segment,'SEGMENT1',SEGMENT1,
3607: 'SEGMENT2',SEGMENT2,