DBA Data[Home] [Help]

APPS.AP_UPDATE_1099_AWT_DISTS_PKG dependencies on AP_DEBUG_PKG

Line 212: AP_Debug_Pkg.Print('Y', ' ');

208: l_commit_size;
209: --
210: l_total_count := l_count + l_total_count;
211: END LOOP;
212: AP_Debug_Pkg.Print('Y', ' ');
213: AP_Debug_Pkg.Print('Y', 'Number of Distributions Updated : '
214: || TO_CHAR(l_total_count));
215: AP_Debug_Pkg.Print('Y', ' ');
216:

Line 213: AP_Debug_Pkg.Print('Y', 'Number of Distributions Updated : '

209: --
210: l_total_count := l_count + l_total_count;
211: END LOOP;
212: AP_Debug_Pkg.Print('Y', ' ');
213: AP_Debug_Pkg.Print('Y', 'Number of Distributions Updated : '
214: || TO_CHAR(l_total_count));
215: AP_Debug_Pkg.Print('Y', ' ');
216:
217: EXCEPTION

Line 215: AP_Debug_Pkg.Print('Y', ' ');

211: END LOOP;
212: AP_Debug_Pkg.Print('Y', ' ');
213: AP_Debug_Pkg.Print('Y', 'Number of Distributions Updated : '
214: || TO_CHAR(l_total_count));
215: AP_Debug_Pkg.Print('Y', ' ');
216:
217: EXCEPTION
218: --
219: WHEN OTHERS THEN