DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on HR_ORGANIZATION_UNITS

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

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