DBA Data[Home] [Help]

APPS.GL_CI_DATA_TRANSFER_PKG dependencies on APP_EXCEPTION

Line 175: app_exception.raise_exception;

171: rollback;
172: result := SUBSTR(SQLERRM, 1, 200);
173: FND_MESSAGE.set_name('SQLGL', 'gl_us_ci_others_fail');
174: FND_MESSAGE.set_token('RESULT', result);
175: app_exception.raise_exception;
176: END Get_Schema_Name;
177: --+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
178: --+bug#2712006, cannot use hardcoded domain name, get doamin name here.
179: --+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Line 199: app_exception.raise_exception;

195: rollback;
196: result := SUBSTR(SQLERRM, 1, 200);
197: FND_MESSAGE.set_name('SQLGL', 'gl_us_ci_others_fail');
198: FND_MESSAGE.set_token('RESULT', result);
199: app_exception.raise_exception;
200: END Get_Domain_Name;
201: --+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
202: --+ this function is called in the GLXCORUN.fmb to get the remote instance
203: --+ data for a specific mapping rule from gl_consolidation_history table

Line 971: app_exception.raise_exception;

967: rollback;
968: result := SUBSTR(SQLERRM, 1, 200);
969: FND_MESSAGE.set_name('SQLGL', 'gl_us_ci_others_fail');
970: FND_MESSAGE.set_token('RESULT', result);
971: app_exception.raise_exception;
972: return result;
973: END Remote_Data_Validation;
974: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
975: --+get the group ID from the source dtaabase after the consolidation data