DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_FUNCTION_SECURITY

Line 3298: if NOT (fnd_function_security.responsibility_exists(responsibility_key => p_resp_key)) then

3294:
3295: -- create responsibility only when if specified resposibility does not exists
3296: -- this case would happen when loader program is running into non-multiple configuration
3297: -- load mode.
3298: if NOT (fnd_function_security.responsibility_exists(responsibility_key => p_resp_key)) then
3299: fnd_responsibility_pkg.load_row
3300: (x_app_short_name => p_app_short_name
3301: ,x_resp_key => p_resp_key
3302: ,x_responsibility_id => null