DBA Data[Home] [Help]

APPS.AR_MATCH_REV_COGS_GRP dependencies on STANDARD

Line 84: -- Standard Start of API savepoint

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

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

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

Line 347: -- Standard Start of API savepoint

343: ' to ' || p_to_gl_date);
344:
345: END IF;
346:
347: -- Standard Start of API savepoint
348: SAVEPOINT populate_cst_tables_grp;
349:
350: -- Standard call to check for call compatibility.
351: IF NOT FND_API.Compatible_API_Call (

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

346:
347: -- Standard Start of API savepoint
348: SAVEPOINT populate_cst_tables_grp;
349:
350: -- Standard call to check for call compatibility.
351: IF NOT FND_API.Compatible_API_Call (
352: p_current_version_number => l_api_version,
353: p_caller_version_number => p_api_version,
354: p_api_name => l_api_name,