DBA Data[Home] [Help]

APPS.OTA_EVENT_API dependencies on STANDARD

Line 76: * @param p_currency_code The currency in which the standard price is defined.

72: * @param p_event_status Class status. Valid values are defined by the
73: * 'SCHEDULED_EVENT_STATUS' lookup type.
74: * @param p_price_basis Price basis for this class. Valid values are defined by
75: * the 'EVENT_PRICE_BASIS' lookup type.
76: * @param p_currency_code The currency in which the standard price is defined.
77: * @param p_maximum_attendees The maximum number of learners who may take this
78: * class.
79: * @param p_maximum_internal_attendees The maximum number of internal learners
80: * who may take this class.

Line 83: * @param p_standard_price The standard price per enrollment for this class. A

79: * @param p_maximum_internal_attendees The maximum number of internal learners
80: * who may take this class.
81: * @param p_minimum_attendees The minimum number of learners for this class to
82: * be viable.
83: * @param p_standard_price The standard price per enrollment for this class. A
84: * standard price can be per student (learner), per customer, or per order.
85: * @param p_category_code Indicates the program of courses for this class.
86: * @param p_parent_event_id Relevant for classes with type SESSION only. This
87: * indicates the parent class for the SESSION.

Line 84: * standard price can be per student (learner), per customer, or per order.

80: * who may take this class.
81: * @param p_minimum_attendees The minimum number of learners for this class to
82: * be viable.
83: * @param p_standard_price The standard price per enrollment for this class. A
84: * standard price can be per student (learner), per customer, or per order.
85: * @param p_category_code Indicates the program of courses for this class.
86: * @param p_parent_event_id Relevant for classes with type SESSION only. This
87: * indicates the parent class for the SESSION.
88: * @param p_book_independent_flag This flag indicates whether this class can

Line 175: p_standard_price in number default null,

171: p_currency_code in varchar2 default null,
172: p_maximum_attendees in number default null,
173: p_maximum_internal_attendees in number default null,
174: p_minimum_attendees in number default null,
175: p_standard_price in number default null,
176: p_category_code in varchar2 default null,
177: p_parent_event_id in number default null,
178: p_book_independent_flag in varchar2 default null,
179: p_public_event_flag in varchar2 default null,

Line 280: * @param p_currency_code The currency in which the standard price is defined.

276: * @param p_event_status Class status. Valid values are defined by the
277: * 'SCHEDULED_EVENT_STATUS' lookup type.
278: * @param p_price_basis Price basis for this class. Valid values are defined by
279: * the 'EVENT_PRICE_BASIS' lookup type.
280: * @param p_currency_code The currency in which the standard price is defined.
281: * @param p_maximum_attendees The maximum number of learners who may take this
282: * class.
283: * @param p_maximum_internal_attendees The maximum number of internal learners
284: * who may take this class.

Line 287: * @param p_standard_price The standard price per enrollment for this class. A

283: * @param p_maximum_internal_attendees The maximum number of internal learners
284: * who may take this class.
285: * @param p_minimum_attendees The minimum number of learners for this class to
286: * be viable.
287: * @param p_standard_price The standard price per enrollment for this class. A
288: * standard price can be per student (learner), per customer, or per order.
289: * @param p_category_code Indicates the program of courses for this class.
290: * @param p_parent_event_id Relevant only for classes of the type SESSION. This
291: * indicates the parent class for the session.

Line 288: * standard price can be per student (learner), per customer, or per order.

284: * who may take this class.
285: * @param p_minimum_attendees The minimum number of learners for this class to
286: * be viable.
287: * @param p_standard_price The standard price per enrollment for this class. A
288: * standard price can be per student (learner), per customer, or per order.
289: * @param p_category_code Indicates the program of courses for this class.
290: * @param p_parent_event_id Relevant only for classes of the type SESSION. This
291: * indicates the parent class for the session.
292: * @param p_book_independent_flag This flag indicates whether this class can

Line 379: p_standard_price in number default hr_api.g_number,

375: p_currency_code in varchar2 default hr_api.g_varchar2,
376: p_maximum_attendees in number default hr_api.g_number,
377: p_maximum_internal_attendees in number default hr_api.g_number,
378: p_minimum_attendees in number default hr_api.g_number,
379: p_standard_price in number default hr_api.g_number,
380: p_category_code in varchar2 default hr_api.g_varchar2,
381: p_parent_event_id in number default hr_api.g_number,
382: p_book_independent_flag in varchar2 default hr_api.g_varchar2,
383: p_public_event_flag in varchar2 default hr_api.g_varchar2,