DBA Data[Home] [Help]

APPS.PAY_US_GET_ITEM_DATA_PKG dependencies on HR_LOCATIONS_ALL

Line 66: or TABLE HR_LOCATIONS_ALL depending on condition

62: * get_report_name_address_eod
63: 23-AUG-06 sausingh 115.14 4939049 Modified the following cursors to
64: retrieve the country code from the
65: lookup 'PQP_US_COUNTRY_TRANSLATE'
66: or TABLE HR_LOCATIONS_ALL depending on condition
67: * get_organization_name_address
68: 21-Sep-06 ppanda 115.15 Following cursors were opened but not closed.
69: * get_mmref_name_address_eod
70: * get_report_name_address_eod

Line 1133: FROM hr_locations_all hl,

1129: hl.region_1,
1130: hl.region_2,
1131: hl.telephone_number_1,
1132: 'Y' valid_address
1133: FROM hr_locations_all hl,
1134: hr_lookups hrl,
1135: hr_all_organization_units hou
1136: WHERE hou.organization_id = c_organization_id
1137: AND hl.location_id = hou.location_id