DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_MASSLOAD_PVT

Line 117: wip_massload_pvt.processWJSI(wjsi_rec.rowid, l_retStatus, x_errorMsg);

113: for wjsi_rec in c_wjsi loop
114: begin
115: savepoint wip_massload_start;
116:
117: wip_massload_pvt.processWJSI(wjsi_rec.rowid, l_retStatus, x_errorMsg);
118: if ( l_retStatus <> fnd_api.g_ret_sts_success ) then
119: raise fnd_api.g_exc_unexpected_error;
120: end if;
121:

Line 355: wip_massload_pvt.processWJSI(l_rowid, x_returnStatus, x_errorMsg);

351: x_errorMsg := fnd_message.get;
352: raise fnd_api.g_exc_unexpected_error;
353: end if;
354:
355: wip_massload_pvt.processWJSI(l_rowid, x_returnStatus, x_errorMsg);
356: if ( x_returnStatus <> fnd_api.g_ret_sts_success ) then
357: raise fnd_api.g_exc_unexpected_error;
358: end if;
359: