DBA Data[Home] [Help]

APPS.RCV_CREATEACCOUNTING_PVT dependencies on STANDARD

Line 79: -- Standard call to check for call compatibility

75: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
76: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin' ,'Get_GLInformation <<');
77: END IF;
78: END IF;
79: -- Standard call to check for call compatibility
80: IF NOT FND_API.Compatible_API_Call (
81: l_api_version,
82: p_api_version,
83: l_api_name,

Line 1132: -- Standard start of API savepoint

1128:
1129: BEGIN
1130:
1131:
1132: -- Standard start of API savepoint
1133: SAVEPOINT RCV_CreateAccounting_PVT;
1134:
1135: IF G_DEBUG = 'Y' THEN
1136: IF (FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN

Line 1141: -- Standard call to check for call compatibility

1137: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE,G_LOG_HEAD || '.'||l_api_name||'.begin' ,'Create_AccountingEntry <<');
1138: END IF;
1139: END IF;
1140:
1141: -- Standard call to check for call compatibility
1142: l_stmt_num := 10;
1143: IF NOT FND_API.Compatible_API_Call (
1144: l_api_version,
1145: p_api_version,