DBA Data[Home] [Help]

APPS.OTA_TDB_API_UPD2 dependencies on OTA_EVENTS

Line 38: * @param p_business_group_id {@rep:casecolumn OTA_EVENTS.BUSINESS_GROUP_ID}.

34: * @param p_delegate_person_id Identifies the person for whom the enrollment
35: * record is being updated.
36: * @param p_contact_id Identifies the contact of customer for whom the
37: * enrollment record is being updated.
38: * @param p_business_group_id {@rep:casecolumn OTA_EVENTS.BUSINESS_GROUP_ID}.
39: * @param p_event_id Identifies the class in which person or contact is
40: * enrolled.
41: * @param p_customer_id Identifies the customer for whom the enrollment record
42: * is being updated.

Line 122: * @param p_currency_code {@rep:casecolumn OTA_EVENTS.CURRENCY_CODE}.

118: * @param p_finance_line_id Identifies the finance line.
119: * @param p_standard_amount {@rep:casecolumn OTA_FINANCE_LINES.STANDARD_AMOUNT}.
120: * @param p_unitary_amount {@rep:casecolumn OTA_FINANCE_LINES.UNITARY_AMOUNT}.
121: * @param p_money_amount {@rep:casecolumn OTA_FINANCE_LINES.MONEY_AMOUNT}.
122: * @param p_currency_code {@rep:casecolumn OTA_EVENTS.CURRENCY_CODE}.
123: * @param p_booking_deal_type Identifies the type of booking deal.
124: * @param p_booking_deal_id {@rep:casecolumn OTA_FINANCE_LINES.BOOKING_DEAL_ID}.
125: * @param p_enrollment_type Enrollment type is S for student, null for others.
126: * @param p_validate If true, then validation alone will be performed and the

Line 310: p_event_id ota_events.event_id%TYPE,

306: Procedure chk_mandatory_prereqs
307: (p_delegate_person_id ota_delegate_bookings.delegate_person_id%TYPE,
308: p_delegate_contact_id ota_delegate_bookings.delegate_contact_id%TYPE,
309: p_customer_id ota_delegate_bookings.customer_id%TYPE,
310: p_event_id ota_events.event_id%TYPE,
311: p_booking_status_type_id in ota_delegate_bookings.booking_status_type_id%TYPE
312: );
313: --
314: end ota_tdb_api_upd2;