DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on FND_MSG_PUB

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

795: end if;
796: end if;
797: when others then
798: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
799: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
800: p_procedure_name => 'schedule',
801: p_error_text => SQLERRM);
802: if(l_logLevel <= wip_constants.trace_logging) then
803: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.schedule',

Line 1258: fnd_msg_pub.add;

1254: end if;
1255: fnd_message.set_name('WIP', 'WIP_SHIFT_RESOURCE');
1256: fnd_message.set_token('ENTITY1', x_resTbls.resSeqNum(p_idx));
1257: fnd_message.set_token('ENTITY2', x_resTbls.opSeqNum(p_idx));
1258: fnd_msg_pub.add;
1259: raise fnd_api.g_exc_unexpected_error;
1260: end;
1261: end if;
1262:

Line 1510: fnd_msg_pub.add;

1506: if (l_logLevel <= wip_constants.full_logging) then
1507: wip_logger.log('exhausted calendar. remaining usage(HRS) is ' || round(l_remUsage*24, g_precision), l_retStatus);
1508: end if;
1509: fnd_message.set_name('WIP', 'WIP_NO_CALENDAR');
1510: fnd_msg_pub.add;
1511: raise fnd_api.g_exc_unexpected_error;
1512: end if;
1513: end if;
1514: end loop;

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

1528: x_returnStatus => l_retStatus);
1529: end if;
1530: when others then
1531: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
1532: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
1533: p_procedure_name => 'forwardSchResource',
1534: p_error_text => SQLERRM);
1535: if(l_logLevel <= wip_constants.trace_logging) then
1536: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.forwardSchResource',

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

2019: x_returnStatus => l_retStatus);
2020: end if;
2021: WHEN others THEN
2022: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2023: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2024: p_procedure_name => 'capacityExceptions',
2025: p_error_text => SQLERRM);
2026: if(l_logLevel <= wip_constants.trace_logging) then
2027: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.capacityExceptions',

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

2141: x_returnStatus => l_retStatus);
2142: end if;
2143: when others then
2144: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2145: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2146: p_procedure_name => 'forwardSchedule',
2147: p_error_text => SQLERRM);
2148: if(l_logLevel <= wip_constants.trace_logging) then
2149: wip_logger.exitPoint(p_procName => 'wip_infResSched_grp.forwardSchedule',

Line 2383: fnd_msg_pub.add;

2379: end if;
2380: fnd_message.set_name('WIP', 'WIP_SHIFT_RESOURCE');
2381: fnd_message.set_token('ENTITY1', x_resTbls.resSeqNum(p_idx));
2382: fnd_message.set_token('ENTITY2', x_resTbls.opSeqNum(p_idx));
2383: fnd_msg_pub.add;
2384: raise fnd_api.g_exc_unexpected_error;
2385: end;
2386: end if;
2387:

Line 2580: fnd_msg_pub.add;

2576: if (l_logLevel <= wip_constants.full_logging) then
2577: wip_logger.log('exhausted calendar. remaining usage(HRS) is ' || round(l_remUsage*24, g_precision), l_retStatus);
2578: end if;
2579: fnd_message.set_name('WIP', 'WIP_NO_CALENDAR');
2580: fnd_msg_pub.add;
2581: raise fnd_api.g_exc_unexpected_error;
2582: end if;
2583: end if;
2584: end loop;

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

2621: x_returnStatus => l_retStatus);
2622: end if;
2623: when others then
2624: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2625: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2626: p_procedure_name => 'backwardSchResource',
2627: p_error_text => SQLERRM);
2628:
2629: if(l_logLevel <= wip_constants.trace_logging) then

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

2856: x_returnStatus => l_retStatus);
2857: end if;
2858: when others then
2859: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2860: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2861: p_procedure_name => 'backwardSchedule',
2862: p_error_text => SQLERRM);
2863:
2864: if(l_logLevel <= wip_constants.trace_logging) then

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

2993: x_returnStatus => l_retStatus);
2994: end if;
2995: when others then
2996: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
2997: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
2998: p_procedure_name => 'scheduleNextResources',
2999: p_error_text => SQLERRM);
3000:
3001: if(l_logLevel <= wip_constants.trace_logging) then

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

3153: x_returnStatus => l_retStatus);
3154: end if;
3155: when others then
3156: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3157: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
3158: p_procedure_name => 'resolvePriorExceptions',
3159: p_error_text => SQLERRM);
3160:
3161: if(l_logLevel <= wip_constants.trace_logging) then

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

3317: x_returnStatus => l_retStatus);
3318: end if;
3319: when others then
3320: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3321: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
3322: p_procedure_name => 'resolveNextExceptions',
3323: p_error_text => SQLERRM);
3324:
3325: if(l_logLevel <= wip_constants.trace_logging) then

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

3491: p_procReturnStatus => x_returnStatus,
3492: p_msg => 'error: ' || SQLERRM,
3493: x_returnStatus => l_retStatus);
3494: end if;
3495: fnd_msg_pub.add_exc_msg(p_pkg_name => 'wip_infResSched_grp',
3496: p_procedure_name => 'scheduleNoResources',
3497: p_error_text => SQLERRM);
3498: end scheduleNoResources;
3499: end wip_infResSched_grp;