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

590: END LOOP ;
591: NO_NO_EXCP := 'N' ;
592: END IF ;
593:
594: /* standard call to get msge cnt, and if cnt is 1, get mesg info */
595: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
596:
597:
598: EXCEPTION

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

728: x_msg_data,
729: x_return_code,
730: p_rec,p_flag);
731:
732: /* standard call to get msge cnt, and if cnt is 1, get mesg info */
733: FND_MSG_PUB.Count_And_Get(p_count=>x_msg_count, p_data=>x_msg_data);
734:
735:
736: EXCEPTION