DBA Data[Home] [Help]

APPS.HR_ACCRUAL_PLAN_API dependencies on PAY_DB_PAY_SETUP

Line 14: -- DESCRIPTION calls the function PAY_DB_PAY_SETUP.CREATE_ELEMENT,The sole

10: -- ----------------------------------------------------------------------------
11: --
12: -- NAME create_element
13: --
14: -- DESCRIPTION calls the function PAY_DB_PAY_SETUP.CREATE_ELEMENT,The sole
15: -- reason for this is to cut down on space and reduce the margin
16: -- for errors in the call, passing only the things that change.
17: --
18: -- NOTES anticipate the only use for this is to be called from the

Line 47: l_element_type_id := PAY_DB_PAY_SETUP.create_element

43:
44: l_effective_start_date := hr_general.start_of_time;
45: l_effective_end_date := hr_general.end_of_time;
46: --
47: l_element_type_id := PAY_DB_PAY_SETUP.create_element
48: (p_element_name => p_element_name,
49: p_description => p_element_description,
50: p_reporting_name => '',
51: p_classification_name => p_classification_name,

Line 141: l_input_value_id := pay_db_pay_setup.create_input_value(

137: l_generate_db_item_flag := 'N';
138: --
139: end if;
140: --
141: l_input_value_id := pay_db_pay_setup.create_input_value(
142: p_element_name => p_element_name,
143: p_name => p_input_value_name,
144: p_uom => '',
145: p_uom_code => p_uom_code,