DBA Data[Home] [Help]

APPS.CN_PROCESS_TAE_TRX_PUB dependencies on STANDARD

Line 89: -- Standard Start of API savepoint

85: BEGIN
86:
87: l_adjusted_by := get_adjusted_by;
88:
89: -- Standard Start of API savepoint
90: SAVEPOINT process_trx_records;
91:
92: -- Standard call to check for call compatibility.
93: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

88:
89: -- Standard Start of API savepoint
90: SAVEPOINT process_trx_records;
91:
92: -- Standard call to check for call compatibility.
93: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
94: p_api_version ,
95: l_api_name,
96: G_PKG_NAME ) THEN