DBA Data[Home] [Help]

APPS.ICX_STORE_CUSTOM dependencies on ICX_UTIL

Line 11: icx_util.add_error(error_message);

7: -------------------------------------------------------------------------
8:
9:
10: begin
11: icx_util.add_error(error_message);
12:
13: end;
14:
15:

Line 76: icx_util.add_error(error_message);

72: Each error you report, plus any we find, will then be reproted to the
73: user at the same time, and in the same way.
74:
75: To add a message to the error stack use
76: icx_util.add_error(error_message);
77:
78: */
79:
80: