DBA Data[Home] [Help]

APPS.OTA_EVT_SHD dependencies on STANDARD

Line 252: standard_price,

248: currency_code,
249: maximum_attendees,
250: maximum_internal_attendees,
251: minimum_attendees,
252: standard_price,
253: category_code,
254: parent_event_id,
255: book_independent_flag,
256: public_event_flag,

Line 384: standard_price,

380: currency_code,
381: maximum_attendees,
382: maximum_internal_attendees,
383: minimum_attendees,
384: standard_price,
385: category_code,
386: parent_event_id,
387: book_independent_flag,
388: public_event_flag,

Line 502: p_standard_price in number,

498: p_currency_code in varchar2,
499: p_maximum_attendees in number,
500: p_maximum_internal_attendees in number,
501: p_minimum_attendees in number,
502: p_standard_price in number,
503: p_category_code in varchar2,
504: p_parent_event_id in number,
505: p_book_independent_flag in varchar2,
506: p_public_event_flag in varchar2,

Line 581: l_rec.standard_price := p_standard_price;

577: l_rec.currency_code := p_currency_code;
578: l_rec.maximum_attendees := p_maximum_attendees;
579: l_rec.maximum_internal_attendees := p_maximum_internal_attendees;
580: l_rec.minimum_attendees := p_minimum_attendees;
581: l_rec.standard_price := p_standard_price;
582: l_rec.category_code := p_category_code;
583: l_rec.parent_event_id := p_parent_event_id;
584: l_rec.book_independent_flag := p_book_independent_flag;
585: l_rec.public_event_flag := p_public_event_flag;

Line 673: , standard_price

669: , currency_code
670: , maximum_attendees
671: , maximum_internal_attendees
672: , minimum_attendees
673: , standard_price
674: , category_code
675: , parent_event_id
676: , book_independent_flag
677: , public_event_flag