DBA Data[Home] [Help]

APPS.GMD_FETCH_OPRN dependencies on STANDARD

Line 74: /*standard call to get msge cnt, and if cnt is 1, get mesg info*/

70: x_return_code => x_return_code,
71: x_oprn_resc_rec => x_oprn_resc_rec,
72: X_oprn_resc_proc_param_tbl => X_oprn_resc_proc_param_tbl);
73: END IF;
74: /*standard call to get msge cnt, and if cnt is 1, get mesg info*/
75: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
76:
77: EXCEPTION
78: WHEN FND_API.G_EXC_ERROR THEN

Line 207: /*standard call to get msge cnt, and if cnt is 1, get mesg info*/

203: END IF;
204:
205:
206:
207: /*standard call to get msge cnt, and if cnt is 1, get mesg info*/
208: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
209:
210: EXCEPTION
211: WHEN FND_API.G_EXC_ERROR THEN

Line 390: /* standard call to get msge cnt, and if cnt is 1, get mesg info */

386: IF i = 0 THEN
387: RAISE fnd_api.g_exc_error;
388: END IF;
389:
390: /* standard call to get msge cnt, and if cnt is 1, get mesg info */
391: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
392:
393: EXCEPTION
394: WHEN FND_API.G_EXC_ERROR THEN