DBA Data[Home] [Help]

APPS.PAY_JP_PAYSLIP_ARCHIVE dependencies on HR_LOOKUPS

Line 198: -- l_payment_type hr_lookups.lookup_code%type;

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.

Line 520: c_payment_type constant hr_lookups.lookup_code%type := 'F';

516: c_proc CONSTANT VARCHAR2(61) := c_package || 'setup_eit_element';
517: c_org_information_type constant hr_org_information_types.org_information_type%type := 'Organization:Payslip Info';
518: c_bg_information_type constant hr_org_information_types.org_information_type%type := 'Business Group:Payslip Info';
519: c_action_information_category constant pay_action_information.action_information_category%type := 'JP ELEMENT INFORMATION';
520: c_payment_type constant hr_lookups.lookup_code%type := 'F';
521: l_exists VARCHAR2(1);
522: l_organization_id number;
523: l_org_information_context hr_organization_information.org_information_context%type;
524: l_act_info_rec pay_emp_action_arch.act_info_rec;