DBA Data[Home] [Help]

APPS.PAY_DB_PAY_SETUP dependencies on HR_ELEMENTS

Line 219: hr_elements.chk_element_type

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

Line 364: hr_elements.ins_3p_element_type(v_element_type_id,

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