DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on FND_MSG_PUB

Line 778: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

774: end if;
775: end if;
776: when others then
777: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
778: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
779: p_procedure_name => 'schedule',
780: p_error_text => SQLERRM);
781: if(l_logLevel <= wip_constants.trace_logging) then
782: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.schedule',

Line 1041: fnd_msg_pub.add;

1037: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
1038: fnd_message.set_name('WIP', 'WIP_SHIFT_RESOURCE');
1039: fnd_message.set_token('ENTITY1', x_resTbls.resSeqNum(p_idx));
1040: fnd_message.set_token('ENTITY2', x_resTbls.opSeqNum(p_idx));
1041: fnd_msg_pub.add;
1042: raise fnd_api.g_exc_unexpected_error;
1043: end;
1044: end if;
1045:

Line 1268: fnd_msg_pub.add;

1264: if (l_logLevel <= wip_constants.full_logging) then
1265: wip_logger.log('exhausted calendar. remaining usage(HRS) is ' || round(l_remUsage*24, g_precision), l_retStatus);
1266: end if;
1267: fnd_message.set_name('WIP', 'WIP_NO_CALENDAR');
1268: fnd_msg_pub.add;
1269: raise fnd_api.g_exc_unexpected_error;
1270: end if;
1271: end if;
1272: end loop;

Line 1290: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

1286: x_returnStatus => l_retStatus);
1287: end if;
1288: when others then
1289: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1290: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
1291: p_procedure_name => 'forwardSchResource',
1292: p_error_text => SQLERRM);
1293: if(l_logLevel <= wip_constants.trace_logging) then
1294: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.forwardSchResource',

Line 1471: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

1467: x_returnStatus => l_retStatus);
1468: end if;
1469: WHEN others THEN
1470: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1471: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
1472: p_procedure_name => 'capacityExceptions',
1473: p_error_text => SQLERRM);
1474: if(l_logLevel <= wip_constants.trace_logging) then
1475: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.capacityExceptions',

Line 1593: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

1589: x_returnStatus => l_retStatus);
1590: end if;
1591: when others then
1592: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1593: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
1594: p_procedure_name => 'forwardSchedule',
1595: p_error_text => SQLERRM);
1596: if(l_logLevel <= wip_constants.trace_logging) then
1597: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.forwardSchedule',

Line 1825: fnd_msg_pub.add;

1821: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
1822: fnd_message.set_name('WIP', 'WIP_SHIFT_RESOURCE');
1823: fnd_message.set_token('ENTITY1', x_resTbls.resSeqNum(p_idx));
1824: fnd_message.set_token('ENTITY2', x_resTbls.opSeqNum(p_idx));
1825: fnd_msg_pub.add;
1826: raise fnd_api.g_exc_unexpected_error;
1827: end;
1828: end if;
1829:

Line 2009: fnd_msg_pub.add;

2005: if (l_logLevel <= wip_constants.full_logging) then
2006: wip_logger.log('exhausted calendar. remaining usage(HRS) is ' || round(l_remUsage*24, g_precision), l_retStatus);
2007: end if;
2008: fnd_message.set_name('WIP', 'WIP_NO_CALENDAR');
2009: fnd_msg_pub.add;
2010: raise fnd_api.g_exc_unexpected_error;
2011: end if;
2012: end if;
2013: end loop;

Line 2054: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

2050: x_returnStatus => l_retStatus);
2051: end if;
2052: when others then
2053: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2054: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2055: p_procedure_name => 'backwardSchResource',
2056: p_error_text => SQLERRM);
2057:
2058: if(l_logLevel <= wip_constants.trace_logging) then

Line 2289: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

2285: x_returnStatus => l_retStatus);
2286: end if;
2287: when others then
2288: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2289: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2290: p_procedure_name => 'backwardSchedule',
2291: p_error_text => SQLERRM);
2292:
2293: if(l_logLevel <= wip_constants.trace_logging) then

Line 2419: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

2415: x_returnStatus => l_retStatus);
2416: end if;
2417: when others then
2418: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2419: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2420: p_procedure_name => 'scheduleNextResources',
2421: p_error_text => SQLERRM);
2422:
2423: if(l_logLevel <= wip_constants.trace_logging) then

Line 2579: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

2575: x_returnStatus => l_retStatus);
2576: end if;
2577: when others then
2578: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2579: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2580: p_procedure_name => 'resolvePriorExceptions',
2581: p_error_text => SQLERRM);
2582:
2583: if(l_logLevel <= wip_constants.trace_logging) then

Line 2743: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

2739: x_returnStatus => l_retStatus);
2740: end if;
2741: when others then
2742: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2743: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2744: p_procedure_name => 'resolveNextExceptions',
2745: p_error_text => SQLERRM);
2746:
2747: if(l_logLevel <= wip_constants.trace_logging) then

Line 2895: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',

2891: p_procReturnStatus => x_returnStatus,
2892: p_msg => 'error: ' || SQLERRM,
2893: x_returnStatus => l_retStatus);
2894: end if;
2895: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2896: p_procedure_name => 'scheduleNoResources',
2897: p_error_text => SQLERRM);
2898: end scheduleNoResources;
2899: end wip_infResSched_grp;