DBA Data[Home] [Help]

APPS.JTF_UM_WF_DELEGATION_PVT dependencies on FND_API

Line 400: p_enrl_owner_user_id in number := FND_API.G_MISS_NUM,

396: p_grant_delegation_flag in boolean,
397: p_user_id in number,
398: p_usertype_id in number,
399: p_ignore_del_flag in boolean := false,
400: p_enrl_owner_user_id in number := FND_API.G_MISS_NUM,
401: x_result out NOCOPY number
402: ) IS
403:
404: l_procedure_name CONSTANT varchar2(30) := 'get_checkbox_status';

Line 467: if p_enrl_owner_user_id <> FND_API.G_MISS_NUM then

463: );
464:
465: --check if queried user has all the roles
466:
467: if p_enrl_owner_user_id <> FND_API.G_MISS_NUM then
468:
469: has_admin_enrollment (
470: p_subscription_id => p_subscription_id,
471: p_user_id => p_enrl_owner_user_id,

Line 804: p_enrl_owner_user_id in number := FND_API.G_MISS_NUM,

800: procedure get_checkbox_status (
801: p_reg_id in number,
802: p_user_id in number,
803: p_ignore_del_flag in boolean,
804: p_enrl_owner_user_id in number := FND_API.G_MISS_NUM,
805: x_result out NOCOPY number
806: ) IS
807:
808: l_procedure_name CONSTANT varchar2(30) := 'get_checkbox_status';