DBA Data[Home] [Help]

APPS.GHR_EXTRA_INFO dependencies on PER_POSITION_EXTRA_INFO

Line 56: from per_position_extra_info poi

52: ,poi.last_updated_by last_updated_by
53: ,poi.last_update_login last_update_login
54: ,poi.created_by created_by
55: ,poi.creation_date creation_date
56: from per_position_extra_info poi
57: where poi.position_id = p_id
58: and poi.information_type = p_information_type;
59: ELSIF p_form_name = 'PERWSPEI' THEN
60: open c_extra_info for