194: IS
195: c_proc CONSTANT VARCHAR2(61) := c_package || 'setup_element_information';
196: c_action_information_category constant pay_action_information.action_information_category%type := 'JP ELEMENT INFORMATION';
197: -- l_exists VARCHAR2(1);
198: -- l_payment_type hr_lookups.lookup_code%type;
199: l_act_info_rec pay_emp_action_arch.act_info_rec;
200: --
201: -- Seems to be better to store "MEANING" information
202: -- for the input_values with LOOKUP_TYPE.
515: c_proc CONSTANT VARCHAR2(61) := c_package || 'setup_eit_element';
516: c_org_information_type constant hr_org_information_types.org_information_type%type := 'Organization:Payslip Info';
517: c_bg_information_type constant hr_org_information_types.org_information_type%type := 'Business Group:Payslip Info';
518: c_action_information_category constant pay_action_information.action_information_category%type := 'JP ELEMENT INFORMATION';
519: c_payment_type constant hr_lookups.lookup_code%type := 'F';
520: l_exists VARCHAR2(1);
521: l_organization_id number;
522: l_org_information_context hr_organization_information.org_information_context%type;
523: l_act_info_rec pay_emp_action_arch.act_info_rec;