DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on FND_MSG_PUB

Line 1158: FND_MSG_PUB.Count_And_Get

1154: --
1155: IF l_debug_on THEN
1156: WSH_DEBUG_SV.logmsg(l_module_name,'Before calling count and get');
1157: END IF;
1158: FND_MSG_PUB.Count_And_Get
1159: (
1160: p_count => x_msg_count,
1161: p_data => x_msg_data,
1162: p_encoded => FND_API.G_FALSE

Line 1193: FND_MSG_PUB.Count_And_Get

1189: WHEN FND_API.G_EXC_ERROR THEN
1190: ROLLBACK TO REVERT_DETAILS_GRP;
1191: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
1192: --
1193: FND_MSG_PUB.Count_And_Get
1194: (
1195: p_count => x_msg_count,
1196: p_data => x_msg_data,
1197: p_encoded => FND_API.G_FALSE

Line 1212: FND_MSG_PUB.Count_And_Get

1208: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1209: ROLLBACK TO REVERT_DETAILS_GRP;
1210: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
1211: --
1212: FND_MSG_PUB.Count_And_Get
1213: (
1214: p_count => x_msg_count,
1215: p_data => x_msg_data,
1216: p_encoded => FND_API.G_FALSE

Line 1230: FND_MSG_PUB.Count_And_Get

1226: --
1227: WHEN WSH_UTIL_CORE.G_EXC_WARNING THEN
1228: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
1229: --
1230: FND_MSG_PUB.Count_And_Get
1231: (
1232: p_count => x_msg_count,
1233: p_data => x_msg_data,
1234: p_encoded => FND_API.G_FALSE

Line 1250: FND_MSG_PUB.Count_And_Get

1246: ROLLBACK TO REVERT_DETAILS_GRP;
1247: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
1248: wsh_util_core.default_handler('WSH_IB_UI_RECON_GRP.REVERT_DETAILS', l_module_name);
1249: --
1250: FND_MSG_PUB.Count_And_Get
1251: (
1252: p_count => x_msg_count,
1253: p_data => x_msg_data,
1254: p_encoded => FND_API.G_FALSE

Line 1875: FND_MSG_PUB.initialize;

1871: --WSH_DEBUG_SV.log(l_module_name,'P_MAX_RCV_TXN_ID',P_MAX_RCV_TXN_ID);
1872: END IF;
1873: --
1874: IF FND_API.to_Boolean(p_init_msg_list) THEN
1875: FND_MSG_PUB.initialize;
1876: END IF;
1877: --
1878: IF NOT FND_API.Compatible_API_Call
1879: ( l_api_version_number,

Line 2374: FND_MSG_PUB.Count_And_Get

2370: wsh_util_core.add_message(x_return_status, l_module_name);
2371: RAISE FND_API.G_EXC_ERROR;
2372: END IF;
2373: --
2374: FND_MSG_PUB.Count_And_Get
2375: (
2376: p_count => x_msg_count,
2377: p_data => x_msg_data,
2378: p_encoded => FND_API.G_FALSE

Line 2416: FND_MSG_PUB.Count_And_Get

2412: --
2413: WHEN FND_API.G_EXC_ERROR THEN
2414: x_return_status := WSH_UTIL_CORE.G_RET_STS_ERROR;
2415: --
2416: FND_MSG_PUB.Count_And_Get
2417: (
2418: p_count => x_msg_count,
2419: p_data => x_msg_data,
2420: p_encoded => FND_API.G_FALSE

Line 2434: FND_MSG_PUB.Count_And_Get

2430: --
2431: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
2432: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
2433: --
2434: FND_MSG_PUB.Count_And_Get
2435: (
2436: p_count => x_msg_count,
2437: p_data => x_msg_data,
2438: p_encoded => FND_API.G_FALSE

Line 2452: FND_MSG_PUB.Count_And_Get

2448: --
2449: WHEN WSH_UTIL_CORE.G_EXC_WARNING THEN
2450: x_return_status := WSH_UTIL_CORE.G_RET_STS_WARNING;
2451: --
2452: FND_MSG_PUB.Count_And_Get
2453: (
2454: p_count => x_msg_count,
2455: p_data => x_msg_data,
2456: p_encoded => FND_API.G_FALSE

Line 2471: FND_MSG_PUB.Count_And_Get

2467: WHEN OTHERS THEN
2468: x_return_status := WSH_UTIL_CORE.G_RET_STS_UNEXP_ERROR ;
2469: wsh_util_core.default_handler('WSH_IB_UI_RECON_GRP.GET_SHIPMENT_LINES', l_module_name);
2470: --
2471: FND_MSG_PUB.Count_And_Get
2472: (
2473: p_count => x_msg_count,
2474: p_data => x_msg_data,
2475: p_encoded => FND_API.G_FALSE

Line 2624: FND_MSG_PUB.initialize;

2620: WSH_DEBUG_SV.log(l_module_name,'P_OBJECT_VERSION_NUMBER',P_OBJECT_VERSION_NUMBER);
2621: END IF;
2622: --
2623: IF FND_API.to_Boolean(p_init_msg_list) THEN
2624: FND_MSG_PUB.initialize;
2625: END IF;
2626: --
2627: SAVEPOINT revert_matching_grp;
2628: x_return_status := wsh_util_core.g_ret_sts_success;

Line 2968: FND_MSG_PUB.Count_And_Get

2964: END IF;
2965:
2966: --bug 4070732
2967: --
2968: FND_MSG_PUB.Count_And_Get
2969: (
2970: p_count => x_msg_count,
2971: p_data => x_msg_data,
2972: p_encoded => FND_API.G_FALSE

Line 3020: FND_MSG_PUB.Count_And_Get

3016: END IF;
3017: --
3018: -- End of Code Bugfix 4070732
3019: --
3020: FND_MSG_PUB.Count_And_Get
3021: (
3022: p_count => x_msg_count,
3023: p_data => x_msg_data,
3024: p_encoded => FND_API.G_FALSE

Line 3076: FND_MSG_PUB.Count_And_Get

3072: --}
3073: END IF;
3074: --
3075: -- End of Code Bugfix 4070732
3076: FND_MSG_PUB.Count_And_Get
3077: (
3078: p_count => x_msg_count,
3079: p_data => x_msg_data,
3080: p_encoded => FND_API.G_FALSE

Line 3136: FND_MSG_PUB.Count_And_Get

3132: --}
3133: END IF;
3134: --
3135: -- End of Code Bugfix 4070732
3136: FND_MSG_PUB.Count_And_Get
3137: (
3138: p_count => x_msg_count,
3139: p_data => x_msg_data,
3140: p_encoded => FND_API.G_FALSE

Line 3187: FND_MSG_PUB.Count_And_Get

3183: --
3184: -- End of Code Bugfix 4070732
3185: --
3186: --}
3187: FND_MSG_PUB.Count_And_Get
3188: (
3189: p_count => x_msg_count,
3190: p_data => x_msg_data,
3191: p_encoded => FND_API.G_FALSE

Line 3410: FND_MSG_PUB.initialize;

3406: WSH_DEBUG_SV.log(l_module_name,'p_shipment_line_id_tab.count',p_shipment_line_id_tab.count);
3407: END IF;
3408: --
3409: IF FND_API.to_Boolean(p_init_msg_list) THEN
3410: FND_MSG_PUB.initialize;
3411: END IF;
3412: --
3413: SAVEPOINT MATCH_SHIPMENTS_GRP;
3414: --

Line 3809: FND_MSG_PUB.Count_And_Get

3805: END IF;
3806:
3807: --bug 4070732
3808: --
3809: FND_MSG_PUB.Count_And_Get
3810: (
3811: p_count => x_msg_count,
3812: p_data => x_msg_data,
3813: p_encoded => FND_API.G_FALSE

Line 3859: FND_MSG_PUB.Count_And_Get

3855: END IF;
3856: --
3857: -- End of Code Bugfix 4070732
3858: --
3859: FND_MSG_PUB.Count_And_Get
3860: (
3861: p_count => x_msg_count,
3862: p_data => x_msg_data,
3863: p_encoded => FND_API.G_FALSE

Line 3906: FND_MSG_PUB.Count_And_Get

3902: END IF;
3903: --
3904: -- End of Code Bugfix 4070732
3905: --
3906: FND_MSG_PUB.Count_And_Get
3907: (
3908: p_count => x_msg_count,
3909: p_data => x_msg_data,
3910: p_encoded => FND_API.G_FALSE

Line 3968: FND_MSG_PUB.Count_And_Get

3964: END IF;
3965: --
3966: -- End of Code Bugfix 4070732
3967: --
3968: FND_MSG_PUB.Count_And_Get
3969: (
3970: p_count => x_msg_count,
3971: p_data => x_msg_data,
3972: p_encoded => FND_API.G_FALSE

Line 4016: FND_MSG_PUB.Count_And_Get

4012: --
4013: -- End of Code Bugfix 4070732
4014: --
4015: --}
4016: FND_MSG_PUB.Count_And_Get
4017: (
4018: p_count => x_msg_count,
4019: p_data => x_msg_data,
4020: p_encoded => FND_API.G_FALSE