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 198: app_exception.raise_exception;

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

Line 953: app_exception.raise_exception;

949: rollback;
950: result := SUBSTR(SQLERRM, 1, 200);
951: FND_MESSAGE.set_name('SQLGL', 'gl_us_ci_others_fail');
952: FND_MESSAGE.set_token('RESULT', result);
953: app_exception.raise_exception;
954: return result;
955: END Remote_Data_Validation;
956: --+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
957: --+get the group ID from the source dtaabase after the consolidation data