DBA Data[Home] [Help]

APPS.WSM_INFINITE_SCHEDULER_GRP dependencies on WSM_INFINITE_SCHEDULER_GRP

Line 1: package body wsm_infinite_scheduler_grp as

1: package body wsm_infinite_scheduler_grp as
2: /* $Header: WSMGIFSB.pls 115.3 2003/10/28 21:41:14 zchen noship $ */
3:
4: --private types
5: type num_tbl_t is table of number;

Line 114: p_procName => 'wsm_infinite_scheduler_grp.schedule',

110: l_params(1).paramName := 'p_wipEntityID';
111: l_params(1).paramValue := p_wipEntityID;
112:
113: wip_logger.entryPoint(
114: p_procName => 'wsm_infinite_scheduler_grp.schedule',
115: p_params => l_params,
116: x_returnStatus => x_returnStatus);
117: if(x_returnStatus <> fnd_api.g_ret_sts_success) then
118: raise fnd_api.g_exc_unexpected_error;

Line 165: p_procName => 'wsm_infinite_scheduler_grp.schedule',

161: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
162: x_errorMsg := 'p_scheduleMode = ' || p_scheduleMode || ' is not supported';
163: if (l_logLevel <= wip_constants.trace_logging) then
164: wip_logger.exitPoint(
165: p_procName => 'wsm_infinite_scheduler_grp.schedule',
166: p_procReturnStatus => x_returnStatus,
167: p_msg => 'error: ' || x_errorMsg,
168: x_returnStatus => l_retStatus);
169: if(fnd_api.to_boolean(nvl(p_endDebug, fnd_api.g_true))) then

Line 181: p_procName => 'wsm_infinite_scheduler_grp.schedule',

177: p_msg => x_errorMsg,
178: p_delete_stack => fnd_api.g_false);
179: if (l_logLevel <= wip_constants.trace_logging) then
180: wip_logger.exitPoint(
181: p_procName => 'wsm_infinite_scheduler_grp.schedule',
182: p_procReturnStatus => x_returnStatus,
183: p_msg => 'error: ' || x_errorMsg,
184: x_returnStatus => l_retStatus);
185: if(fnd_api.to_boolean(nvl(p_endDebug, fnd_api.g_true))) then

Line 193: p_pkg_name => 'wsm_infinite_scheduler_grp',

189:
190: when others then
191: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
192: fnd_msg_pub.add_exc_msg(
193: p_pkg_name => 'wsm_infinite_scheduler_grp',
194: p_procedure_name => 'schedule',
195: p_error_text => SQLERRM);
196: wip_utilities.get_message_stack(
197: p_msg => x_errorMsg,

Line 201: p_procName => 'wsm_infinite_scheduler_grp.schedule',

197: p_msg => x_errorMsg,
198: p_delete_stack => fnd_api.g_false);
199: if (l_logLevel <= wip_constants.trace_logging) then
200: wip_logger.exitPoint(
201: p_procName => 'wsm_infinite_scheduler_grp.schedule',
202: p_procReturnStatus => x_returnStatus,
203: p_msg => 'unexp error: ' || x_errorMsg,
204: x_returnStatus => l_retStatus);
205: if(fnd_api.to_boolean(nvl(p_endDebug, fnd_api.g_true))) then

Line 215: end wsm_infinite_scheduler_grp;

211:
212:
213:
214:
215: end wsm_infinite_scheduler_grp;