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 385: standard_price,

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

Line 504: p_standard_price in number,

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

Line 584: l_rec.standard_price := p_standard_price;

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

Line 677: , standard_price

673: , currency_code
674: , maximum_attendees
675: , maximum_internal_attendees
676: , minimum_attendees
677: , standard_price
678: , category_code
679: , parent_event_id
680: , book_independent_flag
681: , public_event_flag