DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_MASSLOAD_PVT

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

146: and wdj.wip_entity_id=wjsi_rec.wip_entity_id;
147: end if;
148: /*8494582 End*/
149:
150: wip_massload_pvt.processWJSI(wjsi_rec.rowid, l_retStatus, x_errorMsg);
151: if ( l_retStatus <> fnd_api.g_ret_sts_success ) then
152: raise fnd_api.g_exc_unexpected_error;
153: end if;
154:

Line 194: /* Fix 8296679: Moved this code from wip_massload_pvt.processWJSI to release the job

190: if ( l_retStatus <> fnd_api.g_ret_sts_success ) then
191: raise fnd_api.g_exc_unexpected_error;
192: end if;
193:
194: /* Fix 8296679: Moved this code from wip_massload_pvt.processWJSI to release the job
195: after loading operation from WJDI to populate quantity in queue of the first operation
196: added in WJDI
197: */
198: -- release job if necessary

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

494: x_errorMsg := fnd_message.get;
495: raise fnd_api.g_exc_unexpected_error;
496: end if;
497:
498: wip_massload_pvt.processWJSI(l_rowid, x_returnStatus, x_errorMsg);
499: if ( x_returnStatus <> fnd_api.g_ret_sts_success ) then
500: raise fnd_api.g_exc_unexpected_error;
501: end if;
502:

Line 546: /* Fix 8936011: Moved this code from wip_massload_pvt.processWJSI

542: l_load_type, l_status_type, l_organization_id, l_class_code, l_date_released --8936011
543: from wip_job_schedule_interface
544: where rowid = l_rowid;
545:
546: /* Fix 8936011: Moved this code from wip_massload_pvt.processWJSI
547: to release the job after loading operation from WJDI to populate quantity
548: in queue of the first operation added in WJDI
549: */
550: -- release job if necessary