DBA Data[Home] [Help]

APPS.GMP_RSRC_AVL_PKG dependencies on STANDARD

Line 161: /* New Lines Added for API Standards */

157: stmt_no NUMBER := 0;
158:
159: BEGIN
160:
161: /* New Lines Added for API Standards */
162: IF NOT FND_API.compatible_api_call(gmp_api_version,
163: p_api_version,
164: gmp_api_name,
165: G_PKG_NAME)

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

620: END LOOP ;
621: NO_NO_EXCP := 'N' ;
622: END IF ;
623:
624: /* standard call to get msge cnt, and if cnt is 1, get mesg info */
625: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
626:
627:
628: EXCEPTION

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

758: x_msg_data,
759: x_return_code,
760: p_rec,p_flag);
761:
762: /* standard call to get msge cnt, and if cnt is 1, get mesg info */
763: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
764:
765:
766: EXCEPTION