DBA Data[Home] [Help]

APPS.FTE_MLS_UTIL dependencies on FND_MSG_PUB

Line 1493: l_msg := substrb(FND_MSG_PUB.GET( p_encoded => FND_API.G_FALSE ),1,240);

1489:
1490: FOR l_count IN 1..NVL(p_msg_count,0)
1491: LOOP
1492: --{
1493: l_msg := substrb(FND_MSG_PUB.GET( p_encoded => FND_API.G_FALSE ),1,240);
1494: l_msg_string := l_msg_string || ' : ' || l_msg;
1495: --}
1496: END LOOP;
1497: ELSE

Line 1730: FND_MSG_PUB.initialize;

1726: --
1727: --
1728: IF FND_API.to_Boolean( p_init_msg_list )
1729: THEN
1730: FND_MSG_PUB.initialize;
1731: END IF;
1732: --
1733: --
1734: -- Initialize API return status to success

Line 1783: FND_MSG_PUB.Count_And_Get

1779: CLOSE get_contact_info_cur;
1780: END IF;
1781: -- Standard call to get message count and if count is 1,get message info.
1782: --
1783: FND_MSG_PUB.Count_And_Get
1784: (
1785: p_count => x_msg_count,
1786: p_data => x_msg_data,
1787: p_encoded => FND_API.G_FALSE

Line 1801: FND_MSG_PUB.Count_And_Get

1797: --{
1798: WHEN FND_API.G_EXC_ERROR THEN
1799: ROLLBACK TO GET_CARRIER_CONTACT_INFO_PUB;
1800: x_return_status := FND_API.G_RET_STS_ERROR ;
1801: FND_MSG_PUB.Count_And_Get
1802: (
1803: p_count => x_msg_count,
1804: p_data => x_msg_data,
1805: p_encoded => FND_API.G_FALSE

Line 1810: FND_MSG_PUB.Count_And_Get

1806: );
1807: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1808: ROLLBACK TO GET_CARRIER_CONTACT_INFO_PUB;
1809: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
1810: FND_MSG_PUB.Count_And_Get
1811: (
1812: p_count => x_msg_count,
1813: p_data => x_msg_data,
1814: p_encoded => FND_API.G_FALSE

Line 1820: FND_MSG_PUB.Count_And_Get

1816: WHEN OTHERS THEN
1817: ROLLBACK TO GET_CARRIER_CONTACT_INFO_PUB;
1818: wsh_util_core.default_handler('FTE_MLS_UTIL.GET_CARRIER_CONTACT_INFO');
1819: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
1820: FND_MSG_PUB.Count_And_Get
1821: (
1822: p_count => x_msg_count,
1823: p_data => x_msg_data,
1824: p_encoded => FND_API.G_FALSE

Line 2000: FND_MSG_PUB.initialize;

1996: --
1997: --
1998: IF FND_API.to_Boolean( p_init_msg_list )
1999: THEN
2000: FND_MSG_PUB.initialize;
2001: END IF;
2002: --
2003: --
2004: -- Initialize API return status to success

Line 2053: FND_MSG_PUB.Count_And_Get

2049: -- x_shipper_contact := p_shipper_name||', '||l_shipper_email||', '||l_shipper_fax;
2050:
2051: -- Standard call to get message count and if count is 1,get message info.
2052: --
2053: FND_MSG_PUB.Count_And_Get
2054: (
2055: p_count => x_msg_count,
2056: p_data => x_msg_data,
2057: p_encoded => FND_API.G_FALSE

Line 2069: FND_MSG_PUB.Count_And_Get

2065: --{
2066: WHEN FND_API.G_EXC_ERROR THEN
2067: ROLLBACK TO GET_SHIPPER_CONTACT_INFO_PUB;
2068: x_return_status := FND_API.G_RET_STS_ERROR ;
2069: FND_MSG_PUB.Count_And_Get
2070: (
2071: p_count => x_msg_count,
2072: p_data => x_msg_data,
2073: p_encoded => FND_API.G_FALSE

Line 2078: FND_MSG_PUB.Count_And_Get

2074: );
2075: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2076: ROLLBACK TO GET_SHIPPER_CONTACT_INFO_PUB;
2077: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2078: FND_MSG_PUB.Count_And_Get
2079: (
2080: p_count => x_msg_count,
2081: p_data => x_msg_data,
2082: p_encoded => FND_API.G_FALSE

Line 2088: FND_MSG_PUB.Count_And_Get

2084: WHEN OTHERS THEN
2085: ROLLBACK TO GET_SHIPPER_CONTACT_INFO_PUB;
2086: wsh_util_core.default_handler('FTE_MLS_UTIL.GET_SHIPPER_CONTACT_INFO');
2087: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR;
2088: FND_MSG_PUB.Count_And_Get
2089: (
2090: p_count => x_msg_count,
2091: p_data => x_msg_data,
2092: p_encoded => FND_API.G_FALSE

Line 2574: FND_MSG_PUB.initialize;

2570: END IF;
2571:
2572: IF FND_API.to_Boolean( p_init_msg_list )
2573: THEN
2574: FND_MSG_PUB.initialize;
2575: END IF;
2576:
2577: x_return_status := WSH_UTIL_CORE.G_RET_STS_SUCCESS;
2578: x_msg_count := 0;

Line 2754: FND_MSG_PUB.Count_And_Get

2750: END IF;
2751:
2752: -- Standard call to get message count and if count is 1,get message info.
2753: --
2754: FND_MSG_PUB.Count_And_Get
2755: (
2756: p_count => x_msg_count,
2757: p_data => x_msg_data,
2758: p_encoded => FND_API.G_FALSE

Line 2774: FND_MSG_PUB.Count_And_Get

2770: EXCEPTION
2771: --{
2772: WHEN FND_API.G_EXC_ERROR THEN
2773: x_return_status := FND_API.G_RET_STS_ERROR;
2774: FND_MSG_PUB.Count_And_Get
2775: (
2776: p_count => x_msg_count,
2777: p_data => x_msg_data,
2778: p_encoded => FND_API.G_FALSE

Line 2786: FND_MSG_PUB.Count_And_Get

2782: END IF;
2783:
2784: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2785: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
2786: FND_MSG_PUB.Count_And_Get
2787: (
2788: p_count => x_msg_count,
2789: p_data => x_msg_data,
2790: p_encoded => FND_API.G_FALSE

Line 2798: FND_MSG_PUB.Count_And_Get

2794: END IF;
2795: WHEN OTHERS THEN
2796: wsh_util_core.default_handler('FTE_MLS_UTIL.GET_CURRENCY_CODE');
2797: x_return_status := FND_API.G_RET_STS_ERROR;
2798: FND_MSG_PUB.Count_And_Get
2799: (
2800: p_count => x_msg_count,
2801: p_data => x_msg_data,
2802: p_encoded => FND_API.G_FALSE

Line 2885: FND_MSG_PUB.initialize;

2881: END IF;
2882:
2883: IF FND_API.to_Boolean( p_init_msg_list )
2884: THEN
2885: FND_MSG_PUB.initialize;
2886: END IF;
2887:
2888:
2889:

Line 3002: FND_MSG_PUB.Count_And_Get

2998:
2999:
3000: -- Standard call to get message count and if count is 1,get message info.
3001: --
3002: FND_MSG_PUB.Count_And_Get
3003: (
3004: p_count => x_msg_count,
3005: p_data => x_msg_data,
3006: p_encoded => FND_API.G_FALSE

Line 3022: FND_MSG_PUB.Count_And_Get

3018: EXCEPTION
3019: --{
3020: WHEN FND_API.G_EXC_ERROR THEN
3021: x_return_status := FND_API.G_RET_STS_ERROR;
3022: FND_MSG_PUB.Count_And_Get
3023: (
3024: p_count => x_msg_count,
3025: p_data => x_msg_data,
3026: p_encoded => FND_API.G_FALSE

Line 3034: FND_MSG_PUB.Count_And_Get

3030: END IF;
3031:
3032: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
3033: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
3034: FND_MSG_PUB.Count_And_Get
3035: (
3036: p_count => x_msg_count,
3037: p_data => x_msg_data,
3038: p_encoded => FND_API.G_FALSE

Line 3046: FND_MSG_PUB.Count_And_Get

3042: END IF;
3043: WHEN OTHERS THEN
3044: wsh_util_core.default_handler('FTE_MLS_UTIL.GET_SUPPLIER_INFO');
3045: x_return_status := FND_API.G_RET_STS_ERROR;
3046: FND_MSG_PUB.Count_And_Get
3047: (
3048: p_count => x_msg_count,
3049: p_data => x_msg_data,
3050: p_encoded => FND_API.G_FALSE