DBA Data[Home] [Help]

APPS.PSP_ST_EXT dependencies on PSP_SUM_ADJ

Line 61: psp_sum_adj.g_error_api_path := 'SUMMARY_EXT_ADJUSTMENT'||psp_sum_adj.g_error_api_path;

57: -- while submitting the Summarize and Transfer Adjustments process.
58: null;
59: exception
60: when others then
61: psp_sum_adj.g_error_api_path := 'SUMMARY_EXT_ADJUSTMENT'||psp_sum_adj.g_error_api_path;
62: fnd_msg_pub.add_exc_msg('PSP_SUM_ADJ','SUMMARY_EXT_ADJUSTMENT');
63: raise;
64: end;
65:

Line 62: fnd_msg_pub.add_exc_msg('PSP_SUM_ADJ','SUMMARY_EXT_ADJUSTMENT');

58: null;
59: exception
60: when others then
61: psp_sum_adj.g_error_api_path := 'SUMMARY_EXT_ADJUSTMENT'||psp_sum_adj.g_error_api_path;
62: fnd_msg_pub.add_exc_msg('PSP_SUM_ADJ','SUMMARY_EXT_ADJUSTMENT');
63: raise;
64: end;
65:
66: