DBA Data[Home] [Help]

APPS.AR_VIEW_TERM_GRP dependencies on STANDARD

Line 60: -- Standard API parameters.

56: | 10-NOV-04 JBECKETT Created |
57: | |
58: +===========================================================================*/
59: PROCEDURE pay_now_amounts(
60: -- Standard API parameters.
61: p_api_version IN NUMBER,
62: p_init_msg_list IN VARCHAR2,
63: p_validation_level IN NUMBER,
64: p_term_id IN NUMBER,

Line 107: -- Standard call to check for call compatibility.

103: IF PG_DEBUG in ('Y', 'C') THEN
104: arp_util.debug('AR_VIEW_TERM_GRP.pay_now_amounts()+');
105: END IF;
106:
107: -- Standard call to check for call compatibility.
108: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
109: p_api_version ,
110: l_api_name ,
111: G_PKG_NAME )

Line 274: -- Standard call to check for call compatibility.

270: IF PG_DEBUG in ('Y', 'C') THEN
271: arp_util.debug('AR_VIEW_TERM_GRP.pay_now_amounts(2)+');
272: END IF;
273:
274: -- Standard call to check for call compatibility.
275: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
276: p_api_version ,
277: l_api_name ,
278: G_PKG_NAME )