DBA Data[Home] [Help]

APPS.PAY_US_YEPP_ADD_ACTIONS_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 399: from hr_organization_information

395: -- Cursor to get the type of GRE (W2/1099R)
396: cursor c_gre_type(cp_tax_unit_id number)
397: is
398: select decode(org_information_context,'1099R Magnetic Report Rules','1099R','W2') gre_type
399: from hr_organization_information
400: where organization_id = cp_tax_unit_id
401: and org_information_context in ('1099R Magnetic Report Rules','W2 Reporting Rules');
402:
403: