DBA Data[Home] [Help]

APPS.PSA_FA_INVOICE_DISTRIBUTIONS dependencies on PSA_UTILS

Line 70: psa_utils.debug_other_string(g_state_level,

66:
67: p_inv_dist := p_inv_dist||' AND '||p_where_clause||' ORDER BY invoice_id';
68:
69: -- ========================= FND LOG ===========================
70: psa_utils.debug_other_string(g_state_level,
71: l_full_path,
72: 'Select statement used for fetching invoice distributions');
73: psa_utils.debug_other_string(g_state_level,l_full_path,p_inv_dist);
74: -- ========================= FND LOG ===========================

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

69: -- ========================= FND LOG ===========================
70: psa_utils.debug_other_string(g_state_level,
71: l_full_path,
72: 'Select statement used for fetching invoice distributions');
73: psa_utils.debug_other_string(g_state_level,l_full_path,p_inv_dist);
74: -- ========================= FND LOG ===========================
75:
76: PRINT_HEADER_INFO (l_from_gl_date, l_to_gl_date, p_from_account, p_to_account);
77: