DBA Data[Home] [Help]

APPS.GMS_ERROR_PKG dependencies on FND_MSG_PUB

Line 114: fnd_msg_pub.add;

110: -- goes to else part.Modified the code such that the debug message will be
111: -- added to message stack only if the Parameter X_EXEC_TYPE <> 'C'.
112: --
113: elsif X_EXEC_TYPE <> 'C' then -- Bug 2587078
114: fnd_msg_pub.add;
115: end if;
116: end if;
117:
118: ---FOR bug 3269365-Introduced the check for Common logging for ATG projects. When the AFLOG_LEVEL is set to

Line 133: fnd_msg_pub.dump_list;

129:
130: PROCEDURE gms_print
131: IS
132: BEGIN
133: fnd_msg_pub.dump_list;
134: END gms_print;
135:
136: -- Added for Bug 1744641: To Generate errors when an exception occurs
137: -- during the process of generation of invoice/Revenue.