DBA Data[Home] [Help]

APPS.PAY_JP_IWHT_REPORT_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_VL

Line 717: , p_withholding_agent hr_all_organization_units_vl.organization_id%TYPE

713: --************************************************************************
714: AS
715: CURSOR lcu_assact_r( p_business_group_id per_assignments_f.business_group_id%TYPE
716: , p_subject_year NUMBER
717: , p_withholding_agent hr_all_organization_units_vl.organization_id%TYPE
718: , p_termination_date_from DATE
719: , p_termination_date_to DATE
720: )
721: IS

Line 755: , p_withholding_agent hr_all_organization_units_vl.organization_id%TYPE

751: (p_termination_date_from IS NULL AND p_termination_date_to IS NULL));
752: --
753: CURSOR lcu_assact( p_business_group_id per_assignments_f.business_group_id%TYPE
754: , p_subject_year NUMBER
755: , p_withholding_agent hr_all_organization_units_vl.organization_id%TYPE
756: , p_termination_date_from DATE
757: , p_termination_date_to DATE
758: )
759: IS