DBA Data[Home] [Help]

APPS.HR_USER_ACCT_INTERNAL dependencies on FND_FUNCTION_SECURITY

Line 651: ' before fnd_function_security.responsibility', 30);

647: --
648: -- Now call the fnd create responsibility api which needs the app short name.
649: --
650: hr_utility.set_location(l_proc ||
651: ' before fnd_function_security.responsibility', 30);
652: --
653: fnd_function_security.responsibility
654: (responsibility_id => l_responsibility_id
655: ,responsibility_key => p_resp_key

Line 653: fnd_function_security.responsibility

649: --
650: hr_utility.set_location(l_proc ||
651: ' before fnd_function_security.responsibility', 30);
652: --
653: fnd_function_security.responsibility
654: (responsibility_id => l_responsibility_id
655: ,responsibility_key => p_resp_key
656: ,responsibility_name => p_resp_name
657: ,application => l_resp_app_short_name

Line 2280: fnd_function_security.security_rule

2276: hr_utility.set_message(800, 'HR_INVALID_SEC_EXCL_RULE_NAME');
2277: hr_utility.raise_error;
2278: END IF;
2279: --
2280: fnd_function_security.security_rule
2281: (responsibility_key => p_resp_key
2282: ,rule_type => p_rule_type
2283: ,rule_name => p_rule_name
2284: ,delete_flag => p_delete_flag);