DBA Data[Home] [Help]

APPS.OTA_LP_ENROLLMENT_API dependencies on OTA_INITIALIZATION_WF

Line 308: OTA_INITIALIZATION_WF.init_lp_wf(p_item_type => 'HRSSA',

304: close get_lp_type;
305:
306: if l_type = 'CATALOG' or l_type = 'MANAGER' then
307:
308: OTA_INITIALIZATION_WF.init_lp_wf(p_item_type => 'HRSSA',
309: p_lp_enrollment_id => p_lp_enrollment_id,
310: p_event_fired => 'LP_SUBSCRIBE');
311:
312:

Line 679: OTA_INITIALIZATION_WF.init_lp_wf(p_item_type => 'HRSSA',

675:
676: if (l_type = 'CATALOG' or l_type = 'MANAGER') and
677: p_path_status_code = 'CANCELLED' and l_proceed ='Y' then
678:
679: OTA_INITIALIZATION_WF.init_lp_wf(p_item_type => 'HRSSA',
680: p_lp_enrollment_id => p_lp_enrollment_id,
681: p_event_fired => 'LP_UNSUBSCRIBE');
682: end if;
683: