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 1133: -- Standard start of API savepoint

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

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

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