DBA Data[Home] [Help]

APPS.OTA_COMPETENCE_SS dependencies on OTA_EVENTS

Line 86: p_eventid in ota_Events.event_id%type default null,

82:
83: Procedure create_wf_process(p_process in wf_process_activities.process_name%type,
84: p_itemtype in wf_items.item_type%type,
85: p_person_id in number ,
86: p_eventid in ota_Events.event_id%type default null,
87: p_learningpath_ids in varchar2 default null,
88: p_certification_Id in number default null,
89: p_itemkey out nocopy wf_items.item_key%type);
90: /*

Line 173: p_id in ota_events.event_id%type,

169: */
170:
171: Function get_Competence_eff_date(
172: p_comp_id in per_competence_elements.competence_id%type,
173: p_id in ota_events.event_id%type,
174: p_obj_type in varchar2
175: ) return date;
176:
177: /*