DBA Data[Home] [Help]

APPS.OTA_AME_ATTRIBUTES dependencies on STANDARD

Line 6: -- |------------------------< Get_class_standard_price >----------------------|

2: /* $Header: otamewkf.pkh 120.1 2005/06/09 04:13 dbatra noship $ */
3:
4: --
5: -- ------------------------------------------------------------------------
6: -- |------------------------< Get_class_standard_price >----------------------|
7: -- ------------------------------------------------------------------------
8: --
9: -- Description
10: --

Line 11: -- Get the event standard price

7: -- ------------------------------------------------------------------------
8: --
9: -- Description
10: --
11: -- Get the event standard price
12: --
13: function get_class_standard_price
14: (p_transaction_id IN hr_api_transactions.transaction_id%TYPE)
15: return number;

Line 13: function get_class_standard_price

9: -- Description
10: --
11: -- Get the event standard price
12: --
13: function get_class_standard_price
14: (p_transaction_id IN hr_api_transactions.transaction_id%TYPE)
15: return number;
16:
17: -- ------------------------------------------------------------------------