DBA Data[Home] [Help]

APPS.PO_CORE_S2 dependencies on PO_SYSTEM_PARAMETERS_ALL

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

112: RAISE;
113: END GET_PO_CURRENCY;
114:
115: --
116: FUNCTION get_base_currency(p_org_id po_system_parameters_all.org_id%TYPE)
117: return VARCHAR2 IS
118: x_currency_code gl_sets_of_books.currency_code%TYPE;
119: BEGIN
120: