DBA Data[Home] [Help]

APPS.PAY_JP_PAYSLIP_ARCHIVE dependencies on HR_ORG_INFORMATION_TYPES

Line 517: c_org_information_type constant hr_org_information_types.org_information_type%type := 'Organization:Payslip Info';

513: p_arch_assignment_action_id IN NUMBER,
514: p_organization_id IN NUMBER)
515: IS
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);

Line 518: c_bg_information_type constant hr_org_information_types.org_information_type%type := 'Business Group:Payslip Info';

514: p_organization_id IN NUMBER)
515: IS
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;