DBA Data[Home] [Help]

APPS.QA_SECURITY_PKG dependencies on FND_DATA_SECURITY

Line 160: fnd_data_security.get_security_predicate(

156: -- Bug 4465241
157: -- ATG Mandatory Fix: Deprecated API
158: -- removing p_user_name
159: -- saugupta Mon, 27 Jun 2005 06:03:12 -0700 PDT
160: fnd_data_security.get_security_predicate(
161: p_api_version => 1.0,
162: p_function => p1_function,
163: p_object_name => p1_object_name,
164: x_predicate => x1_predicate,

Line 272: l_result := fnd_data_security.check_function(

268: -- Bug 4465241
269: -- ATG Mandatory Fix: Deprecated API
270: -- removing p_user_name
271: -- saugupta Mon, 27 Jun 2005 06:04:34 -0700 PDT
272: l_result := fnd_data_security.check_function(
273: p_api_version => 1.0,
274: p_function => p_function_name,
275: p_object_name => 'QA_PLANS',
276: p_instance_pk1_value => l_child_plan_id);