DBA Data[Home] [Help]

APPS.GHR_API dependencies on PER_POSITION_EXTRA_INFO

Line 2684: l_pos_ei_data per_position_extra_info%rowtype;

2680: l_grade_kff_found boolean := FALSE;
2681: l_assignment_ddf_found boolean := FALSE;
2682: l_position_ddf_found boolean := FALSE;
2683: l_asg_ei_data per_assignment_extra_info%rowtype;
2684: l_pos_ei_data per_position_extra_info%rowtype;
2685: l_element_entry_data pay_element_entry_values_f%rowtype;
2686: l_org_id hr_organization_units.organization_id%type;
2687: --vsm
2688: l_business_group_id per_business_groups.business_group_id%type;

Line 2783: from per_position_extra_info poi

2779: and aei.information_type = 'GHR_US_ASG_SF52';
2780: --
2781: cursor c_position_ddf (pos_id number) is
2782: select poi.poei_information6
2783: from per_position_extra_info poi
2784: where poi.position_id = pos_id
2785: and poi.information_type = 'GHR_US_POS_VALID_GRADE';
2786:
2787: