DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PUB dependencies on WIP_MASSLOAD_PUB

Line 1: package body wip_massload_pub as

1: package body wip_massload_pub as
2: /* $Header: wipmlppb.pls 120.13.12020000.4 2013/04/02 18:38:53 pding ship $ */
3:
4: g_pkgName constant varchar2(30) := 'wip_massload_pub';
5: g_wipMLError constant number := 1;

Line 4: g_pkgName constant varchar2(30) := 'wip_massload_pub';

1: package body wip_massload_pub as
2: /* $Header: wipmlppb.pls 120.13.12020000.4 2013/04/02 18:38:53 pding ship $ */
3:
4: g_pkgName constant varchar2(30) := 'wip_massload_pub';
5: g_wipMLError constant number := 1;
6: g_wipMLWarning constant number := 2;
7:
8: procedure processSerStartOp(p_rowid in rowid,

Line 250: wip_logger.log('calling wip_osp.release_validation failed in wip_massload_pub.massLoadJobs', l_retStatus);

246: exception
247: when others then
248: x_errorMsg := fnd_message.get;
249: if (l_logLevel <= wip_constants.trace_logging) then
250: wip_logger.log('calling wip_osp.release_validation failed in wip_massload_pub.massLoadJobs', l_retStatus);
251: end if;
252: raise fnd_api.g_exc_unexpected_error;
253: end;
254: end if ;

Line 753: end wip_massload_pub;

749: end if;
750: x_errorMsg := fnd_message.get;
751: end processSerStartOp;
752:
753: end wip_massload_pub;