DBA Data[Home] [Help]

APPS.OT_WORKFLOW_SS dependencies on STANDARD

Line 8: -- |------------------------< Get_event_standard_price >-------------------------|

4: This package contails new (v4.0+)workflow related business logic
5: */
6: --
7: -- ------------------------------------------------------------------------
8: -- |------------------------< Get_event_standard_price >-------------------------|
9: -- ------------------------------------------------------------------------
10: --
11: -- Description
12: --

Line 13: -- Get the event standard price

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

Line 15: function get_event_standard_price

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