DBA Data[Home] [Help]

APPS.PO_CURRENCY_SV dependencies on PO_CURRENCY_SV

Line 1: PACKAGE BODY po_currency_sv AS

1: PACKAGE BODY po_currency_sv AS
2: /* $Header: POXDOCUB.pls 120.1 2010/12/31 11:41:02 dashah ship $*/
3:
4: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
5: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;

Line 12: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_CURRENCY_SV'; --

8:
9: FUNCTION NAME : val_currency()
10:
11: ===========================================================================*/
12: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_CURRENCY_SV'; --
13:
14: FUNCTION val_currency(X_currency_code IN VARCHAR2) return BOOLEAN IS
15:
16: X_progress varchar2(3) := NULL;

Line 145: po_currency_sv.get_rate (x_set_of_books_id, x_currency_code,

141: -- Bug 155260 x_inverse_rate_display_flag);
142:
143: xx_inverse_rate_display_flag := x_inverse_rate_display_flag;
144:
145: po_currency_sv.get_rate (x_set_of_books_id, x_currency_code,
146: x_rate_type, x_rate_date, x_inverse_rate_display_flag,
147: x_rate, x_display_rate);
148:
149:

Line 644: END po_currency_sv;

640: END get_converted_unit_price;
641:
642: --Bug 9929991 When Function curruncey is differnt then PO curruncey we need to convert From Function to PO curruncey
643:
644: END po_currency_sv;