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 388: /* standard call to get msge cnt, and if cnt is 1, get mesg info */

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