DBA Data[Home] [Help]

APPS.OTA_OM_UPD_API dependencies on OTA_EVENTS

Line 1063: l_event_status ota_events.event_status%type;

1059: l_customer_id number;
1060: l_third_party_id number;
1061: l_contact_id number;
1062: l_student_id number;
1063: l_event_status ota_events.event_status%type;
1064: l_business_group_id number ;
1065: -- l_business_group_id number:=FND_PROFILE.VALUE('PER_BUSINESS_GROUP_ID');
1066: l_ship_to_org_id number;
1067: l_single_business_group_id ota_delegate_bookings.business_group_id%type:=

Line 1200: OTA_EVENTS

1196: Cursor Get_Event_status
1197: is
1198: Select event_status
1199: from
1200: OTA_EVENTS
1201: WHERE
1202: EVENT_ID = p_event_id;
1203:
1204: -- For Third Party --