DBA Data[Home] [Help]

APPS.CSI_JAVA_INTERFACE_PKG dependencies on STANDARD

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

1079: THEN
1080: SAVEPOINT get_history_transactions;
1081: END IF;
1082:
1083: -- Standard call to check for call compatibility.
1084: IF NOT FND_API.Compatible_API_Call (l_api_version ,
1085: p_api_version ,
1086: l_api_name ,
1087: G_PKG_NAME )

Line 1379: -- Standard check of p_commit.

1375: END;
1376: */
1377: -- End of API body
1378:
1379: -- Standard check of p_commit.
1380: IF FND_API.To_Boolean( p_commit ) THEN
1381: COMMIT WORK;
1382: END IF;
1383: /** bug 3304439

Line 1391: -- Standard call to get message count and if count is get message info.

1387: END IF;
1388: **/
1389: -- End disable trace
1390:
1391: -- Standard call to get message count and if count is get message info.
1392: FND_MSG_PUB.Count_And_Get
1393: (p_count => x_msg_count ,
1394: p_data => x_msg_data );
1395: EXCEPTION

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

1435: BEGIN
1436: l_user_id := fnd_global.user_id;
1437:
1438: SAVEPOINT CSI_CONFIG_LAUNCH_PRMS;
1439: -- Standard call to check for call compatibility.
1440: /*IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1441: p_api_version ,
1442: l_api_name ,
1443: G_PKG_NAME )