DBA Data[Home] [Help]

APPS.OTA_LRNR_ENROLL_UNENROLL_WF dependencies on OTA_INITIALIZATION_WF

Line 63: OTA_INITIALIZATION_WF.set_wf_item_attr(p_person_id => p_person_id,

59:
60: CLOSE get_cert_details;
61:
62: --set wf attributes
63: OTA_INITIALIZATION_WF.set_wf_item_attr(p_person_id => p_person_id,
64: p_item_type => l_item_type,
65: p_item_key => l_item_key);
66:
67:

Line 221: OTA_INITIALIZATION_WF.set_wf_item_attr(p_person_id => p_person_id,

217:
218: CLOSE csr_name;
219:
220: --set wf attributes
221: OTA_INITIALIZATION_WF.set_wf_item_attr(p_person_id => p_person_id,
222: p_item_type => l_item_type,
223: p_item_key => l_item_key);
224: /*ota_learner_enroll_ss.get_wf_attr_for_cancel_ntf
225: (p_event_id => p_eventid,

Line 398: OTA_INITIALIZATION_WF.set_wf_item_attr(p_person_id => p_person_id,

394:
395: CLOSE csr_name;
396:
397: --set wf attributes
398: OTA_INITIALIZATION_WF.set_wf_item_attr(p_person_id => p_person_id,
399: p_item_type => l_item_type,
400: p_item_key => l_item_key);
401:
402: