DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES2 dependencies on STANDARD

Line 11: -- Set the AMOUNTS standard_amount, money_amount and unitary_amount

7: --
8: -- PUBLIC
9: -- Description:
10: --
11: -- Set the AMOUNTS standard_amount, money_amount and unitary_amount
12: -- depending on the finance_line type and the booking deal type.
13: --
14: Procedure set_all_amounts
15: (

Line 26: ,p_standard_amount in out nocopy number

22: ,p_booking_deal_id in number
23: ,p_resource_allocation_id in number
24: ,p_resource_booking_id in number
25: ,p_currency_code in varchar2
26: ,p_standard_amount in out nocopy number
27: ,p_money_amount in out nocopy number
28: ,p_unitary_amount in out nocopy number
29: );
30: --