DBA Data[Home] [Help]

APPS.HZ_ELOCATION_PKG dependencies on FND_GLOBAL

Line 1603: || fnd_global.local_chr(10);

1599: -- J. del Callar, bug 2252141: changed to always print out NOCOPY the message
1600: -- stack.
1601: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1602: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256)
1603: || fnd_global.local_chr(10);
1604: trace_handler(msg);
1605: END LOOP;
1606: fnd_message.clear;
1607:

Line 1640: fnd_global.local_chr(10);

1636: fnd_message.set_name('AR','HZ_MISSING_HTTP_SITE');
1637: fnd_msg_pub.add;
1638: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1639: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256) ||
1640: fnd_global.local_chr(10);
1641: trace_handler(msg);
1642: END LOOP;
1643: fnd_message.clear;
1644: IF fnd_log.level_error>=fnd_log.g_current_runtime_level THEN

Line 1659: fnd_global.local_chr(10);

1655: fnd_message.set_token('PORT', l_port);
1656: fnd_msg_pub.add;
1657: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1658: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256) ||
1659: fnd_global.local_chr(10);
1660: trace_handler(msg);
1661: END LOOP;
1662: fnd_message.clear;
1663: IF fnd_log.level_error>=fnd_log.g_current_runtime_level THEN

Line 1677: fnd_global.local_chr(10);

1673: fnd_message.set_name('AR','HZ_NUMERIC_CHAR_SET');
1674: fnd_msg_pub.add;
1675: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1676: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256) ||
1677: fnd_global.local_chr(10);
1678: trace_handler(msg);
1679: END LOOP;
1680: fnd_message.clear;
1681: IF fnd_log.level_error>=fnd_log.g_current_runtime_level THEN

Line 1695: fnd_global.local_chr(10);

1691: fnd_message.set_name('AR','HZ_AT_LEAST_ONE_ROW');
1692: fnd_msg_pub.add;
1693: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1694: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256) ||
1695: fnd_global.local_chr(10);
1696: trace_handler(msg);
1697: END LOOP;
1698: fnd_message.clear;
1699: IF fnd_log.level_error>=fnd_log.g_current_runtime_level THEN

Line 1714: fnd_global.local_chr(10);

1710: fnd_message.set_token('MAX', hz_geocode_pkg.g_max_rows);
1711: fnd_msg_pub.add;
1712: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1713: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256) ||
1714: fnd_global.local_chr(10);
1715: trace_handler(msg);
1716: END LOOP;
1717: fnd_message.clear;
1718: IF fnd_log.level_error>=fnd_log.g_current_runtime_level THEN

Line 1730: fnd_global.local_chr(10);

1726:
1727: WHEN exchttp THEN
1728: FOR j IN 1..fnd_msg_pub.count_msg LOOP
1729: msg := SUBSTRB(fnd_msg_pub.get(p_encoded => fnd_api.g_false),1,256) ||
1730: fnd_global.local_chr(10);
1731: trace_handler(msg);
1732: END LOOP;
1733: fnd_message.clear;
1734: IF fnd_log.level_error>=fnd_log.g_current_runtime_level THEN