DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on HR_ORGANIZATION_UNITS

Line 263: org_name hr_organization_units.name%type := NULL,

259: -- This record structure is used for Organization Address
260: -- MMREF Reporting and YE reports would use this record data type
261: --
262: TYPE organization_name_address IS RECORD (
263: org_name hr_organization_units.name%type := NULL,
264: addr_line_1 hr_locations_all.address_line_1%type := NULL,
265: addr_line_2 hr_locations_all.address_line_2%type := NULL,
266: addr_line_3 hr_locations_all.address_line_3%type := NULL,
267: city hr_locations_all.town_or_city%type := NULL,