DBA Data[Home] [Help]

APPS.PA_SECURITY_PVT dependencies on FND_DATA_SECURITY

Line 234: v_fnd_api_ret_code:=fnd_data_security.check_function(

230: --dbms_output.put_line('p_object_name:'||p_object_name);
231: --dbms_output.put_line('p_object_key:'||p_object_key);
232:
233:
234: v_fnd_api_ret_code:=fnd_data_security.check_function(
235: p_api_version =>l_api_version,
236: p_function =>p_privilege,
237: p_object_name => p_object_name,
238: p_instance_pk1_value=>p_object_key,

Line 768: v_fnd_api_ret_code:=fnd_data_security.check_function(

764: --dbms_output.put_line('p_privilege IS : ' || p_privilege);
765: --dbms_output.put_line('v_resource_org_id IS : ' || v_resource_org_id);
766: --dbms_output.put_line('get_grantee_key IS : ' || get_grantee_key);
767:
768: v_fnd_api_ret_code:=fnd_data_security.check_function(
769: p_api_version =>l_api_version,
770: p_function => p_privilege,
771: p_object_name => 'ORGANIZATION',
772: p_instance_pk1_value=>v_resource_org_id,

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

774: p_instance_pk3_value => NULL,
775: p_instance_pk4_value => NULL,
776: p_instance_pk5_value => NULL );
777: -- p_user_name => get_grantee_key); Commented for Bug 4498436.
778: --dbms_output.put_line('fter fnd_data_security.check_function');
779: --dbms_output.put_line('v_fnd_api_ret_code IS : ' || v_fnd_api_ret_code);
780:
781: if v_fnd_api_ret_code=fnd_api.g_ret_sts_error
782: OR v_fnd_api_ret_code=fnd_api.g_ret_sts_unexp_error then

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

2049: END IF;*/
2050: END IF;
2051:
2052:
2053: pa_debug.G_err_stage := 'get predicate from fnd_data_security';
2054: IF G_debug_flag = 'Y' THEN
2055: pa_debug.write_file('check_access_exist: ' || 'LOG', pa_debug.G_err_stage);
2056: END IF;
2057: fnd_data_security.get_security_predicate(

Line 2057: fnd_data_security.get_security_predicate(

2053: pa_debug.G_err_stage := 'get predicate from fnd_data_security';
2054: IF G_debug_flag = 'Y' THEN
2055: pa_debug.write_file('check_access_exist: ' || 'LOG', pa_debug.G_err_stage);
2056: END IF;
2057: fnd_data_security.get_security_predicate(
2058: p_api_version => l_api_version,
2059: p_function => p_privilege,
2060: p_object_name => p_object_name,
2061: -- p_user_name => 'PER:'||to_char(G_user_emp_id),