DBA Data[Home] [Help]

APPS.OTA_OFF_INS dependencies on STANDARD

Line 113: ,standard_price

109: ,budget_cost
110: ,budget_currency_code
111: ,price_basis
112: ,currency_code
113: ,standard_price
114: ,object_version_number
115: ,attribute_category
116: ,attribute1
117: ,attribute2

Line 165: ,p_rec.standard_price

161: ,p_rec.budget_cost
162: ,p_rec.budget_currency_code
163: ,p_rec.price_basis
164: ,p_rec.currency_code
165: ,p_rec.standard_price
166: ,p_rec.object_version_number
167: ,p_rec.attribute_category
168: ,p_rec.attribute1
169: ,p_rec.attribute2

Line 400: ,p_standard_price

396: ,p_price_basis
397: => p_rec.price_basis
398: ,p_currency_code
399: => p_rec.currency_code
400: ,p_standard_price
401: => p_rec.standard_price
402: ,p_object_version_number
403: => p_rec.object_version_number
404: ,p_attribute_category

Line 401: => p_rec.standard_price

397: => p_rec.price_basis
398: ,p_currency_code
399: => p_rec.currency_code
400: ,p_standard_price
401: => p_rec.standard_price
402: ,p_object_version_number
403: => p_rec.object_version_number
404: ,p_attribute_category
405: => p_rec.attribute_category

Line 540: ,p_standard_price in number default null

536: ,p_budget_cost in number default null
537: ,p_budget_currency_code in varchar2 default null
538: ,p_price_basis in varchar2 default null
539: ,p_currency_code in varchar2 default null
540: ,p_standard_price in number default null
541: ,p_attribute_category in varchar2 default null
542: ,p_attribute1 in varchar2 default null
543: ,p_attribute2 in varchar2 default null
544: ,p_attribute3 in varchar2 default null

Line 605: ,p_standard_price

601: ,p_budget_cost
602: ,p_budget_currency_code
603: ,p_price_basis
604: ,p_currency_code
605: ,p_standard_price
606: ,null
607: ,p_attribute_category
608: ,p_attribute1
609: ,p_attribute2