DBA Data[Home] [Help]

APPS.WIP_INFRESSCHED_GRP dependencies on FND_MESSAGE

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

1034: and bst.calendar_code = bsd.calendar_code);
1035: exception
1036: when NO_DATA_FOUND then
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;

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

1035: exception
1036: when NO_DATA_FOUND then
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;

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

1036: when NO_DATA_FOUND then
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;

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

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

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

1818: and bst.calendar_code = bsd.calendar_code);
1819: exception
1820: when NO_DATA_FOUND then
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;

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

1819: exception
1820: when NO_DATA_FOUND then
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;

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

1820: when NO_DATA_FOUND then
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;

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

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