DBA Data[Home] [Help]

APPS.PAY_ITERATE dependencies on PAY_ELEMENT_TYPE_USAGES_F

Line 2898: from pay_element_type_usages_f

2894: , legislation_code
2895: , business_group_id
2896: , effective_start_date
2897: , effective_end_date
2898: from pay_element_type_usages_f
2899: where run_type_id = l_in_rt_id
2900: and element_type_id = l_in_et_id
2901: and ((business_group_id = l_in_bg_id)
2902: or (legislation_code = l_in_lc)

Line 2913: from pay_element_type_usages_f

2909: , legislation_code
2910: , business_group_id
2911: , effective_start_date
2912: , effective_end_date
2913: from pay_element_type_usages_f
2914: where run_type_id = l_in_rt_id
2915: and element_type_id = l_in_et_id
2916: and ((business_group_id in (select business_group_id
2917: from per_business_groups

Line 2930: from pay_element_type_usages_f

2926: , legislation_code
2927: , business_group_id
2928: , effective_start_date
2929: , effective_end_date
2930: from pay_element_type_usages_f
2931: where run_type_id = l_in_rt_id
2932: and element_type_id = l_in_et_id;
2933: --
2934: procedure insert_etu is