DBA Data[Home] [Help]

APPS.PA_SECURITY_PVT dependencies on FND_DATA_SECURITY

Line 244: v_fnd_api_ret_code:=fnd_data_security.check_function(

240: --dbms_output.put_line('p_object_name:'||p_object_name);
241: --dbms_output.put_line('p_object_key:'||p_object_key);
242:
243:
244: v_fnd_api_ret_code:=fnd_data_security.check_function(
245: p_api_version =>l_api_version,
246: p_function =>p_privilege,
247: p_object_name => p_object_name,
248: p_instance_pk1_value=>p_object_key,

Line 779: v_fnd_api_ret_code:=fnd_data_security.check_function(

775: --dbms_output.put_line('p_privilege IS : ' || p_privilege);
776: --dbms_output.put_line('v_resource_org_id IS : ' || v_resource_org_id);
777: --dbms_output.put_line('get_grantee_key IS : ' || get_grantee_key);
778:
779: v_fnd_api_ret_code:=fnd_data_security.check_function(
780: p_api_version =>l_api_version,
781: p_function => p_privilege,
782: p_object_name => 'ORGANIZATION',
783: p_instance_pk1_value=>v_resource_org_id,

Line 789: --dbms_output.put_line('fter fnd_data_security.check_function');

785: p_instance_pk3_value => NULL,
786: p_instance_pk4_value => NULL,
787: p_instance_pk5_value => NULL );
788: -- p_user_name => get_grantee_key); Commented for Bug 4498436.
789: --dbms_output.put_line('fter fnd_data_security.check_function');
790: --dbms_output.put_line('v_fnd_api_ret_code IS : ' || v_fnd_api_ret_code);
791:
792: if v_fnd_api_ret_code=fnd_api.g_ret_sts_error
793: OR v_fnd_api_ret_code=fnd_api.g_ret_sts_unexp_error then

Line 2064: pa_debug.G_err_stage := 'get predicate from fnd_data_security';

2060: END IF;*/
2061: END IF;
2062:
2063:
2064: pa_debug.G_err_stage := 'get predicate from fnd_data_security';
2065: IF G_debug_flag = 'Y' THEN
2066: pa_debug.write_file('check_access_exist: ' || 'LOG', pa_debug.G_err_stage);
2067: END IF;
2068: fnd_data_security.get_security_predicate(

Line 2068: fnd_data_security.get_security_predicate(

2064: pa_debug.G_err_stage := 'get predicate from fnd_data_security';
2065: IF G_debug_flag = 'Y' THEN
2066: pa_debug.write_file('check_access_exist: ' || 'LOG', pa_debug.G_err_stage);
2067: END IF;
2068: fnd_data_security.get_security_predicate(
2069: p_api_version => l_api_version,
2070: p_function => p_privilege,
2071: p_object_name => p_object_name,
2072: -- p_user_name => 'PER:'||to_char(G_user_emp_id),