3083: l_api_name CONSTANT varchar2(30) := 'DO_ACTION';
3084: l_log_head CONSTANT varchar2(100) := g_log_head || l_api_name;
3085: l_progress VARCHAR2(3) := '000';
3086:
3087: l_currency_code_func GL_SETS_OF_BOOKS.currency_code%TYPE;
3088: l_set_of_books_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE;
3089: l_req_encumb_type FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_type_id%TYPE;
3090: l_po_encumb_type FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_type_id%TYPE;
3091:
3084: l_log_head CONSTANT varchar2(100) := g_log_head || l_api_name;
3085: l_progress VARCHAR2(3) := '000';
3086:
3087: l_currency_code_func GL_SETS_OF_BOOKS.currency_code%TYPE;
3088: l_set_of_books_id GL_SETS_OF_BOOKS.set_of_books_id%TYPE;
3089: l_req_encumb_type FINANCIALS_SYSTEM_PARAMETERS.req_encumbrance_type_id%TYPE;
3090: l_po_encumb_type FINANCIALS_SYSTEM_PARAMETERS.purch_encumbrance_type_id%TYPE;
3091:
3092: l_override_funds VARCHAR2(1);
3184: , l_req_encumb_type
3185: , l_po_encumb_type
3186: FROM
3187: FINANCIALS_SYSTEM_PARAMETERS FSP
3188: , GL_SETS_OF_BOOKS GL_SOB
3189: WHERE
3190: GL_SOB.set_of_books_id = FSP.set_of_books_id
3191: ;
3192: