DBA Data[Home] [Help]

APPS.PSA_IMPLEMENTATION_ALL_PKG dependencies on APP_EXCEPTION

Line 56: app_exception.raise_exception;

52: FND_MESSAGE.SET_NAME( 'FND', 'SYSTEM-INVALID ARGS');
53: -- ========================= FND LOG ===========================
54: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
55: -- ========================= FND LOG ===========================
56: app_exception.raise_exception;
57: end if;
58: insert into PSA_IMPLEMENTATION_ALL (
59: PSA_FEATURE,
60: STATUS,

Line 128: app_exception.raise_exception;

124: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
125: -- ========================= FND LOG ===========================
126: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
127: -- ========================= FND LOG ===========================
128: app_exception.raise_exception;
129: close c1;
130: return;
131: end if;
132: close c1;

Line 153: app_exception.raise_exception;

149: fnd_message.set_name('FND', 'FORM_RECORD_CHANGED');
150: -- ========================= FND LOG ===========================
151: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
152: -- ========================= FND LOG ===========================
153: app_exception.raise_exception;
154: end if;
155: return;
156: end LOCK_ROW;
157:

Line 192: app_exception.raise_exception;

188: FND_MESSAGE.SET_NAME('FND', 'SYSTEM-INVALID ARGS');
189: -- ========================= FND LOG ===========================
190: psa_utils.debug_other_msg(g_error_level,l_full_path,FALSE);
191: -- ========================= FND LOG ===========================
192: app_exception.raise_exception;
193: end if;
194: update PSA_IMPLEMENTATION_ALL set
195: STATUS = X_STATUS,
196: ALLOCATION_METHOD = X_ALLOCATION_METHOD,