DBA Data[Home] [Help]

APPS.GHR_NON_SF52_EXTRA_INFO dependencies on PER_INFO_TYPE_SECURITY

Line 838: from per_info_type_security

834: --Bug#3942126 Added the following clause.
835: and pit.active_inactive_flag = 'Y'
836: and pit.information_type IN
837: (SELECT information_type
838: from per_info_type_security
839: where application_id = c_application_id
840: and responsibility_id = c_resp_id);
841:
842: