DBA Data[Home] [Help]

APPS.PAY_FR_DB_PAY_SETUP dependencies on HR_ELEMENTS

Line 218: hr_elements.chk_element_type

214: -- Default the output currency code if it is not specified
215: v_output_currency_code := nvl(p_output_currency_code,v_currency_code);
216: --
217: -- Validate element type
218: hr_elements.chk_element_type
219: (p_element_name => p_element_name,
220: p_element_type_id => v_element_type_id,
221: p_val_start_date => v_effective_start_date,
222: p_val_end_date => v_effective_end_date,

Line 362: hr_elements.ins_3p_element_type(v_element_type_id,

358: hr_utility.set_location('pay_db_pay_setup.create_element',9);
359: end if;
360: --
361: -- Create a PAY_VALUE and status processing rule if it is a payroll element
362: hr_elements.ins_3p_element_type(v_element_type_id,
363: p_process_in_run_flag,
364: v_legislation_code,
365: v_business_group_id,
366: v_classification_id,