DBA Data[Home] [Help]

APPS.OTA_LEARNER_ACCESS_UTIL dependencies on FND_USER

Line 118: p_user_id in fnd_user.user_id%type,

114: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;
115:
116:
117: function learner_can_enroll_in_path(
118: p_user_id in fnd_user.user_id%type,
119: p_learning_path_id in ota_learning_paths.learning_path_id%type,
120: p_public_flag ota_learning_paths.public_flag%type,
121: p_start_date_active in ota_learning_paths.start_date_active%type,
122: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;

Line 175: p_user_id in fnd_user.user_id%type,

171: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;
172:
173:
174: function learner_can_enroll_in_forum(
175: p_user_id in fnd_user.user_id%type,
176: p_forum_id in ota_forums_b.forum_id%type,
177: p_public_flag ota_forums_b.public_flag%type,
178: p_start_date_active in ota_forums_b.start_date_active%type,
179: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;

Line 232: p_user_id in fnd_user.user_id%type,

228: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;
229:
230:
231: function learner_can_enroll_in_chat(
232: p_user_id in fnd_user.user_id%type,
233: p_chat_id in ota_chats_b.chat_id%type,
234: p_public_flag ota_chats_b.public_flag%type,
235: p_start_date_active in ota_chats_b.start_date_active%type,
236: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;

Line 289: p_user_id in fnd_user.user_id%type,

285: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;
286:
287:
288: function learner_can_enroll_in_cert(
289: p_user_id in fnd_user.user_id%type,
290: p_certification_id in ota_certifications_b.certification_id%type,
291: p_public_flag ota_certifications_b.public_flag%type,
292: p_start_date_active in ota_certifications_b.start_date_active%type,
293: p_category_usage_id in ota_category_usages.category_usage_id%type default null) return varchar2;