DBA Data[Home] [Help]

APPS.OTA_OFFERING_API dependencies on STANDARD

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

72: * budgeted currency.
73: * @param p_price_basis Price basis of the offering: Student, Customer, or No
74: * Charge. The value selected is defaulted in classes under this offering.
75: * Valid values are defined by the 'EVENT_PRICE_BASIS' lookup type.
76: * @param p_currency_code The currency in which the standard price is defined.
77: * @param p_standard_price The standard price per enrollment for this offering.
78: * A standard price can be per student (learner), per customer, or per order.
79: * @param p_attribute_category This context value determines which flexfield
80: * structure to use with the descriptive flexfield segments.

Line 77: * @param p_standard_price The standard price per enrollment for this offering.

73: * @param p_price_basis Price basis of the offering: Student, Customer, or No
74: * Charge. The value selected is defaulted in classes under this offering.
75: * Valid values are defined by the 'EVENT_PRICE_BASIS' lookup type.
76: * @param p_currency_code The currency in which the standard price is defined.
77: * @param p_standard_price The standard price per enrollment for this offering.
78: * A standard price can be per student (learner), per customer, or per order.
79: * @param p_attribute_category This context value determines which flexfield
80: * structure to use with the descriptive flexfield segments.
81: * @param p_attribute1 Descriptive flexfield segment.

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

74: * Charge. The value selected is defaulted in classes under this offering.
75: * Valid values are defined by the 'EVENT_PRICE_BASIS' lookup type.
76: * @param p_currency_code The currency in which the standard price is defined.
77: * @param p_standard_price The standard price per enrollment for this offering.
78: * A standard price can be per student (learner), per customer, or per order.
79: * @param p_attribute_category This context value determines which flexfield
80: * structure to use with the descriptive flexfield segments.
81: * @param p_attribute1 Descriptive flexfield segment.
82: * @param p_attribute2 Descriptive flexfield segment.

Line 152: ,p_standard_price in number default null

148: ,p_budget_cost in number default null
149: ,p_budget_currency_code in varchar2 default null
150: ,p_price_basis in varchar2 default null
151: ,p_currency_code in varchar2 default null
152: ,p_standard_price in number default null
153: ,p_attribute_category in varchar2 default null
154: ,p_attribute1 in varchar2 default null
155: ,p_attribute2 in varchar2 default null
156: ,p_attribute3 in varchar2 default null

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

244: * budgeted currency.
245: * @param p_price_basis Price basis of the offering: Student, Customer, or No
246: * Charge. The value selected is defaulted in classes under this offering.
247: * Valid values are defined by the 'EVENT_PRICE_BASIS' lookup type.
248: * @param p_currency_code The currency in which the standard price is defined.
249: * @param p_standard_price The standard price per enrollment for this offering.
250: * A standard price can be per student (learner), per customer, or per order.
251: * @param p_attribute_category This context value determines which flexfield
252: * structure to use with the descriptive flexfield segments.

Line 249: * @param p_standard_price The standard price per enrollment for this offering.

245: * @param p_price_basis Price basis of the offering: Student, Customer, or No
246: * Charge. The value selected is defaulted in classes under this offering.
247: * Valid values are defined by the 'EVENT_PRICE_BASIS' lookup type.
248: * @param p_currency_code The currency in which the standard price is defined.
249: * @param p_standard_price The standard price per enrollment for this offering.
250: * A standard price can be per student (learner), per customer, or per order.
251: * @param p_attribute_category This context value determines which flexfield
252: * structure to use with the descriptive flexfield segments.
253: * @param p_attribute1 Descriptive flexfield segment.

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

246: * Charge. The value selected is defaulted in classes under this offering.
247: * Valid values are defined by the 'EVENT_PRICE_BASIS' lookup type.
248: * @param p_currency_code The currency in which the standard price is defined.
249: * @param p_standard_price The standard price per enrollment for this offering.
250: * A standard price can be per student (learner), per customer, or per order.
251: * @param p_attribute_category This context value determines which flexfield
252: * structure to use with the descriptive flexfield segments.
253: * @param p_attribute1 Descriptive flexfield segment.
254: * @param p_attribute2 Descriptive flexfield segment.

Line 320: ,p_standard_price in number default hr_api.g_number

316: ,p_budget_cost in number default hr_api.g_number
317: ,p_budget_currency_code in varchar2 default hr_api.g_varchar2
318: ,p_price_basis in varchar2 default hr_api.g_varchar2
319: ,p_currency_code in varchar2 default hr_api.g_varchar2
320: ,p_standard_price in number default hr_api.g_number
321: ,p_attribute_category in varchar2 default hr_api.g_varchar2
322: ,p_attribute1 in varchar2 default hr_api.g_varchar2
323: ,p_attribute2 in varchar2 default hr_api.g_varchar2
324: ,p_attribute3 in varchar2 default hr_api.g_varchar2