DBA Data[Home] [Help]

APPS.PER_PEOPLE_INFO_TYPES_SEC_PKG dependencies on DUAL

Line 79: from sys.dual;

75: from fnd_responsibility_vl
76: where responsibility_key = X_RESPONSIBILITY_KEY;
77: cursor C_SEC_ID is
78: select per_info_type_security_s.nextval
79: from sys.dual;
80: cursor C is select ROWID from PER_INFO_TYPE_SECURITY
81: where application_id = l_appl_id
82: and responsibility_id = l_resp_id
83: and info_type_table_name = X_INFO_TYPE_TABLE_NAME