DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_UTILITIES dependencies on FND_RESPONSIBILITY_PKG

Line 3299: fnd_responsibility_pkg.load_row

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
3303: ,x_responsibility_name => p_responsibility_name