DBA Data[Home] [Help]

APPS.ARP_DEDUCTION dependencies on GL_SETS_OF_BOOKS

Line 2160: l_currency_code gl_sets_of_books.currency_code%type;

2156: |
2157: *=======================================================================*/
2158: FUNCTION GET_FUNCTIONAL_CURRENCY RETURN VARCHAR2 IS
2159:
2160: l_currency_code gl_sets_of_books.currency_code%type;
2161:
2162: BEGIN
2163:
2164: SELECT gl.currency_code

Line 2166: FROM gl_sets_of_books gl

2162: BEGIN
2163:
2164: SELECT gl.currency_code
2165: INTO l_currency_code
2166: FROM gl_sets_of_books gl
2167: ,ar_system_parameters ar
2168: WHERE gl.set_of_books_id = ar.set_of_books_id;
2169:
2170: RETURN l_currency_code;