DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_VALIDATEMLHEADER_PVT

Line 126: wip_validateMLHeader_pvt.validateMLHeader(p_groupID => p_groupID,

122: -- create repetitive schedule
123: --
124:
125: -- do the validation for those records
126: wip_validateMLHeader_pvt.validateMLHeader(p_groupID => p_groupID,
127: p_validationLevel => p_validationLevel,
128: x_returnStatus => x_returnStatus,
129: x_errorMsg => x_errorMsg);
130: if ( x_returnStatus <> fnd_api.g_ret_sts_success ) then

Line 269: wip_validateMLHeader_pvt.setInterfaceError(wjsi_rec.rowid,

265:
266: exception
267: when fnd_api.g_exc_unexpected_error then
268: rollback to wip_massload_start;
269: wip_validateMLHeader_pvt.setInterfaceError(wjsi_rec.rowid,
270: wjsi_rec.interface_id,
271: x_errorMsg,
272: g_wipMLError);
273: if (l_logLevel <= wip_constants.trace_logging) then

Line 279: wip_validateMLHeader_pvt.setInterfaceError(wjsi_rec.rowid,

275: end if;
276: /*Bug 16529960 Add exception handler to avoid massload terminated because of unexpected exception*/
277: when others then
278: rollback to wip_massload_start;
279: wip_validateMLHeader_pvt.setInterfaceError(wjsi_rec.rowid,
280: wjsi_rec.interface_id,
281: 'unexp error: ' || SQLERRM,
282: g_wipMLError);
283: if (l_logLevel <= wip_constants.trace_logging) then

Line 478: wip_validateMLHeader_pvt.validateMLHeader(p_groupID => l_groupID,

474: set process_status = wip_constants.running
475: where interface_id = p_interfaceID;
476:
477: -- do the validation for those records
478: wip_validateMLHeader_pvt.validateMLHeader(p_groupID => l_groupID,
479: p_validationLevel => p_validationLevel,
480: x_returnStatus => x_returnStatus,
481: x_errorMsg => x_errorMsg);
482: if ( x_returnStatus <> fnd_api.g_ret_sts_success ) then

Line 584: wip_validateMLHeader_pvt.setInterfaceError(l_rowid,

580: when wip_constants.records_locked then
581: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
582: fnd_message.set_name('WIP', 'WIP_LOCKED_ROW_ALREADY_LOCKED');
583: x_errorMsg := fnd_message.get;
584: wip_validateMLHeader_pvt.setInterfaceError(l_rowid,
585: p_interfaceID,
586: x_errorMsg,
587: g_wipMLError);
588: if (l_logLevel <= wip_constants.trace_logging) then

Line 596: wip_validateMLHeader_pvt.setInterfaceError(l_rowid,

592: x_returnStatus => l_retStatus);
593: end if;
594: when fnd_api.g_exc_unexpected_error then
595: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
596: wip_validateMLHeader_pvt.setInterfaceError(l_rowid,
597: p_interfaceID,
598: x_errorMsg,
599: g_wipMLError);
600: if (l_logLevel <= wip_constants.trace_logging) then