DBA Data[Home] [Help]

APPS.IBY_FNDCPT_VLD_PUB dependencies on STANDARD

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

127:
128: BEGIN
129: -- SAVEPOINT Validate_Paymentech_Batch;
130:
131: -- Standard call to check for call compatibility
132: if NOT FND_API.Compatible_API_Call( l_api_version,
133: p_api_version,
134: l_api_name,
135: G_PKG_NAME ) then

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

290:
291: BEGIN
292: -- SAVEPOINT Validate_Paymentech_Batch;
293:
294: -- Standard call to check for call compatibility
295: if NOT FND_API.Compatible_API_Call( l_api_version,
296: p_api_version,
297: l_api_name,
298: G_PKG_NAME ) then

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

653:
654: BEGIN
655: -- SAVEPOINT Validate_Paymentech_Batch;
656:
657: -- Standard call to check for call compatibility
658: if NOT FND_API.Compatible_API_Call( l_api_version,
659: p_api_version,
660: l_api_name,
661: G_PKG_NAME ) then

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

1090: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1091: print_debuginfo(G_DEBUG_MODULE, 'Entered ... ');
1092: END IF;
1093:
1094: -- Standard call to check for call compatibility
1095: if NOT FND_API.Compatible_API_Call( l_api_version,
1096: p_api_version,
1097: l_api_name,
1098: G_PKG_NAME ) then

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

1430: BEGIN
1431: IF ( G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL) THEN
1432: print_debuginfo(G_DEBUG_MODULE, 'Entered ... ');
1433: END IF;
1434: -- Standard call to check for call compatibility
1435: IF NOT FND_API.Compatible_API_Call( l_api_version, p_api_version, l_api_name, G_PKG_NAME ) THEN
1436: raise FND_API.G_EXC_UNEXPECTED_ERROR;
1437: END IF;
1438: IF FND_API.To_Boolean(p_init_msg_list) THEN