DBA Data[Home] [Help]

APPS.OTA_OFF_SHD dependencies on STANDARD

Line 103: ,standard_price

99: ,budget_cost
100: ,budget_currency_code
101: ,price_basis
102: ,currency_code
103: ,standard_price
104: ,object_version_number
105: ,attribute_category
106: ,attribute1
107: ,attribute2

Line 219: ,standard_price

215: ,budget_cost
216: ,budget_currency_code
217: ,price_basis
218: ,currency_code
219: ,standard_price
220: ,object_version_number
221: ,attribute_category
222: ,attribute1
223: ,attribute2

Line 328: ,p_standard_price in number

324: ,p_budget_cost in number
325: ,p_budget_currency_code in varchar2
326: ,p_price_basis in varchar2
327: ,p_currency_code in varchar2
328: ,p_standard_price in number
329: ,p_object_version_number in number
330: ,p_attribute_category in varchar2
331: ,p_attribute1 in varchar2
332: ,p_attribute2 in varchar2

Line 387: l_rec.standard_price := p_standard_price;

383: l_rec.budget_cost := p_budget_cost;
384: l_rec.budget_currency_code := p_budget_currency_code;
385: l_rec.price_basis := p_price_basis;
386: l_rec.currency_code := p_currency_code;
387: l_rec.standard_price := p_standard_price;
388: l_rec.object_version_number := p_object_version_number;
389: l_rec.attribute_category := p_attribute_category;
390: l_rec.attribute1 := p_attribute1;
391: l_rec.attribute2 := p_attribute2;