DBA Data[Home] [Help]

APPS.PER_EIT_UTILITY_SS dependencies on PER_INFO_TYPE_SECURITY

Line 32: from PER_INFO_TYPE_SECURITY t

28:
29: CURSOR C1 (c1_p_appl_id number, c1_p_resp_id number) IS
30:
31: select 1
32: from PER_INFO_TYPE_SECURITY t
33: where t.application_id = c1_p_appl_id
34: and t.responsibility_id = c1_p_resp_id
35: and t.info_type_table_name = P_INFO_TYPE_TABLE_NAME
36: and t.information_type = P_INFORMATION_TYPE