DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 200: CURSOR get_position_GRE(c_tax_unit_id hr_organization_information.organization_id%TYPE)

196:
197: -- Another cursor to fetch the Position from the GRE lelvel,
198: -- if no assignmnet is found for the contact. ----Bug#10204289
199:
200: CURSOR get_position_GRE(c_tax_unit_id hr_organization_information.organization_id%TYPE)
201: IS
202: SELECT ORG_INFORMATION19
203: FROM hr_organization_information hoi
204: WHERE hoi.organization_id =C_TAX_UNIT_ID

Line 203: FROM hr_organization_information hoi

199:
200: CURSOR get_position_GRE(c_tax_unit_id hr_organization_information.organization_id%TYPE)
201: IS
202: SELECT ORG_INFORMATION19
203: FROM hr_organization_information hoi
204: WHERE hoi.organization_id =C_TAX_UNIT_ID
205: AND hoi.ORG_INFORMATION_CONTEXT = 'W2 Employer Rules 1';
206:
207: c_item_name varchar2(100);

Line 609: from hr_organization_information hoi

605: /* Philadelphi Locality Company Id */
606: CURSOR get_locality_company_id(c_tax_unit_id hr_organization_units.organization_id%type)
607: IS
608: select org_information2
609: from hr_organization_information hoi
610: WHERE hoi.organization_id = c_tax_unit_id
611: and hoi.org_information_context = 'Local Tax Rules'
612: AND hoi.org_information1 = '39-101-3000';
613: