DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on GL_SETS_OF_BOOKS

Line 2164: l_currency_code gl_sets_of_books.currency_code%type;

2160: |
2161: *=======================================================================*/
2162: FUNCTION GET_FUNCTIONAL_CURRENCY RETURN VARCHAR2 IS
2163:
2164: l_currency_code gl_sets_of_books.currency_code%type;
2165:
2166: BEGIN
2167:
2168: SELECT gl.currency_code

Line 2170: FROM gl_sets_of_books gl

2166: BEGIN
2167:
2168: SELECT gl.currency_code
2169: INTO l_currency_code
2170: FROM gl_sets_of_books gl
2171: ,ar_system_parameters ar
2172: WHERE gl.set_of_books_id = ar.set_of_books_id;
2173:
2174: RETURN l_currency_code;