DBA Data[Home] [Help]

APPS.PSA_FA_INVOICE_DISTRIBUTIONS dependencies on PSA_UTILS

Line 65: psa_utils.debug_other_string(g_state_level,

61:
62: p_inv_dist := p_inv_dist||' AND '||p_where_clause||' ORDER BY invoice_id';
63:
64: -- ========================= FND LOG ===========================
65: psa_utils.debug_other_string(g_state_level,
66: l_full_path,
67: 'Select statement used for fetching invoice distributions');
68: psa_utils.debug_other_string(g_state_level,l_full_path,p_inv_dist);
69: -- ========================= FND LOG ===========================

Line 68: psa_utils.debug_other_string(g_state_level,l_full_path,p_inv_dist);

64: -- ========================= FND LOG ===========================
65: psa_utils.debug_other_string(g_state_level,
66: l_full_path,
67: 'Select statement used for fetching invoice distributions');
68: psa_utils.debug_other_string(g_state_level,l_full_path,p_inv_dist);
69: -- ========================= FND LOG ===========================
70:
71: PRINT_HEADER_INFO (p_from_gl_date, p_to_gl_date, p_from_account, p_to_account);
72: