DBA Data[Home] [Help]

APPS.WSH_EXCEPTIONS_PUB dependencies on FND_MSG_PUB

Line 71: FND_MSG_PUB.initialize;

67: p_logging_entity_name);
68: END IF;
69: -- Check p_init_msg_list
70: IF FND_API.to_boolean(p_init_msg_list) THEN
71: FND_MSG_PUB.initialize;
72: END IF;
73:
74:
75: IF NOT FND_API.compatible_api_call (

Line 96: FND_MSG_PUB.Count_And_Get

92: p_logging_entity_id => p_logging_entity_id,
93: p_logging_entity_name => p_logging_entity_name,
94: x_exceptions_tab => x_exceptions_tab);
95:
96: FND_MSG_PUB.Count_And_Get
97: ( p_count => x_msg_count
98: , p_data => x_msg_data
99: ,p_encoded => FND_API.G_FALSE
100: );

Line 107: FND_MSG_PUB.Count_And_Get

103: END IF;
104:
105: EXCEPTION
106: WHEN others THEN
107: FND_MSG_PUB.Count_And_Get
108: ( p_count => x_msg_count
109: , p_data => x_msg_data
110: ,p_encoded => FND_API.G_FALSE
111: );

Line 178: FND_MSG_PUB.initialize;

174: END IF;
175:
176: -- Check p_init_msg_list
177: IF FND_API.to_boolean(p_init_msg_list) THEN
178: FND_MSG_PUB.initialize;
179: END IF;
180:
181: IF NOT FND_API.compatible_api_call (
182: l_api_version,

Line 207: --bms original API is not calling FND_MSG_PUB.Count_And_Get

203: p_exception_rec => p_exception_rec,
204: p_action => p_action
205: ) ;
206:
207: --bms original API is not calling FND_MSG_PUB.Count_And_Get
208: IF l_debug_on THEN
209: WSH_DEBUG_SV.pop(l_module_name);
210: END IF;
211: