DBA Data[Home] [Help]

APPS.AR_MATCH_REV_COGS_GRP dependencies on STANDARD

Line 81: -- Standard Start of API savepoint

77: IF PG_DEBUG in ('Y', 'C') THEN
78: arp_util.debug( 'ar_match_rev_cogs_grp.period_status()+ ');
79: END IF;
80:
81: -- Standard Start of API savepoint
82: SAVEPOINT period_status_grp;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call (

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

80:
81: -- Standard Start of API savepoint
82: SAVEPOINT period_status_grp;
83:
84: -- Standard call to check for call compatibility.
85: IF NOT FND_API.Compatible_API_Call (
86: p_current_version_number => l_api_version,
87: p_caller_version_number => p_api_version,
88: p_api_name => l_api_name,

Line 273: -- Standard Start of API savepoint

269: ' to ' || p_to_gl_date);
270:
271: END IF;
272:
273: -- Standard Start of API savepoint
274: SAVEPOINT populate_cst_tables_grp;
275:
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call (

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

272:
273: -- Standard Start of API savepoint
274: SAVEPOINT populate_cst_tables_grp;
275:
276: -- Standard call to check for call compatibility.
277: IF NOT FND_API.Compatible_API_Call (
278: p_current_version_number => l_api_version,
279: p_caller_version_number => p_api_version,
280: p_api_name => l_api_name,