DBA Data[Home] [Help]

APPS.GHR_PAY_CAPS dependencies on PER_POSITION_DEFINITIONS

Line 440: l_agency_subele_code per_position_definitions.segment4%TYPE;

436: WHERE position_id=p_pos_id
437: AND p_eff_date between effective_start_Date and effective_end_date;
438: --
439: l_business_group_id per_positions.organization_id%TYPE;
440: l_agency_subele_code per_position_definitions.segment4%TYPE;
441: l_org_id per_positions.organization_id%TYPE;
442:
443: FUNCTION convert_amount_to_PA(p_amount IN NUMBER
444: ,p_pay_basis IN VARCHAR2)