DBA Data[Home] [Help]

APPS.OTA_BATCH_ACTION_API dependencies on OTA_PERSON_ACTIONS_S

Line 111: Cursor C_Sel1 is select OTA_PERSON_ACTIONS_S.nextval from sys.dual;

107: ,p_booking_id in number default null) as
108:
109: l_person_action_id ota_bulk_enr_req_members.PERSON_ACTION_ID%type;
110:
111: Cursor C_Sel1 is select OTA_PERSON_ACTIONS_S.nextval from sys.dual;
112:
113: begin
114:
115: Open C_Sel1;