DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on FND_MESSAGE

Line 1255: fnd_message.set_name('WIP', 'WIP_SHIFT_RESOURCE');

1251: when NO_DATA_FOUND then
1252: if (l_logLevel <= wip_constants.trace_logging) then
1253: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
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;

Line 1256: fnd_message.set_token('ENTITY1', x_resTbls.resSeqNum(p_idx));

1252: if (l_logLevel <= wip_constants.trace_logging) then
1253: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
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;

Line 1257: fnd_message.set_token('ENTITY2', x_resTbls.opSeqNum(p_idx));

1253: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
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;

Line 1509: fnd_message.set_name('WIP', 'WIP_NO_CALENDAR');

1505: if(l_cursorStartDate > p_maxDate) then
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;

Line 2380: fnd_message.set_name('WIP', 'WIP_SHIFT_RESOURCE');

2376: when NO_DATA_FOUND then
2377: if (l_logLevel <= wip_constants.trace_logging) then
2378: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
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;

Line 2381: fnd_message.set_token('ENTITY1', x_resTbls.resSeqNum(p_idx));

2377: if (l_logLevel <= wip_constants.trace_logging) then
2378: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
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;

Line 2382: fnd_message.set_token('ENTITY2', x_resTbls.opSeqNum(p_idx));

2378: wip_logger.log('Error: Missing shifts or shift times!', l_retStatus);
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;

Line 2579: fnd_message.set_name('WIP', 'WIP_NO_CALENDAR');

2575: if(l_cursorEndDate < p_minDate) then
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;