DBA Data[Home] [Help]

APPS.PO_CORE_S2 dependencies on PO_SYSTEM_PARAMETERS_ALL

Line 89: FUNCTION get_base_currency(p_org_id po_system_parameters_all.org_id%TYPE)

85: RAISE;
86: END GET_PO_CURRENCY;
87:
88: --
89: FUNCTION get_base_currency(p_org_id po_system_parameters_all.org_id%TYPE)
90: return VARCHAR2 IS
91: x_currency_code gl_sets_of_books.currency_code%TYPE;
92: BEGIN
93: