DBA Data[Home] [Help]

APPS.PSA_MFAR_UTILS dependencies on AR_SYSTEM_PARAMETERS

Line 903: l_ar_sob_id ar_system_parameters.set_of_books_id%TYPE;

899: /* =========================== get_ar_sob_id ========================== */
900:
901: FUNCTION get_ar_sob_id RETURN number
902: IS
903: l_ar_sob_id ar_system_parameters.set_of_books_id%TYPE;
904:
905: -- ========================= FND LOG ===========================
906: l_full_path VARCHAR2(100) := g_path || 'get_ar_sob_id';
907: -- ========================= FND LOG ===========================

Line 917: FROM ar_system_parameters;

913: -- ========================= FND LOG ===========================
914:
915: SELECT set_of_books_id
916: INTO l_ar_sob_id
917: FROM ar_system_parameters;
918:
919: -- ========================= FND LOG ===========================
920: psa_utils.debug_other_string(g_state_level,l_full_path,' l_ar_sob_id --> ' || l_ar_sob_id);
921: psa_utils.debug_other_string(g_state_level,l_full_path,' Out of get_ar_sob_id ');