DBA Data[Home] [Help]

APPS.JAI_WSH_EXP_HANDLING_PKG dependencies on JAI_CONSTANTS

Line 166: IF lv_return_code <> jai_constants.successful then

162: px_exp_msg => lt_exp_msg);
163: fnd_file.put_line(FND_FILE.LOG,
164: 'Validation processing returned with ' || lv_return_code);
165:
166: IF lv_return_code <> jai_constants.successful then
167: raise le_val;
168: END IF;
169:
170: -- process Delivery OM Interface

Line 173: pv_action => jai_constants.updating,

169:
170: -- process Delivery OM Interface
171: JAI_OM_WDD_PROCESSING_PKG.PROCESS_INTERFACED (pr_old => null,
172: pr_new => rec_wdd,
173: pv_action => jai_constants.updating,
174: pv_return_code => lv_return_code,
175: pv_return_message => lv_return_msg);
176:
177: fnd_file.put_line(FND_FILE.LOG,

Line 180: IF lv_return_code <> jai_constants.successful then

176:
177: fnd_file.put_line(FND_FILE.LOG,
178: 'Interfaced processing returned with ' || lv_return_code || lv_return_msg);
179:
180: IF lv_return_code <> jai_constants.successful then
181: raise le_sub;
182: END IF;
183:
184: /* accounting entries for RG23D reversal */

Line 194: IF lv_return_code <> jai_constants.successful then

190: fnd_file.put_line(FND_FILE.LOG,
191: 'accounting entries for RG23D reversal returned with ' || lv_return_code || lv_return_msg);
192:
193:
194: IF lv_return_code <> jai_constants.successful then
195: raise le_sub;
196: END IF;
197:
198: END LOOP;