DBA Data[Home] [Help]

APPS.GHR_EXTRA_INFO dependencies on PER_ASSIGNMENT_EXTRA_INFO

Line 86: from per_assignment_extra_info aei

82: ,aei.last_updated_by last_updated_by
83: ,aei.last_update_login last_update_login
84: ,aei.created_by created_by
85: ,aei.creation_date creation_date
86: from per_assignment_extra_info aei
87: where aei.assignment_id = p_id
88: and aei.information_type = p_information_type;
89: END IF;
90: LOOP