DBA Data[Home] [Help]

APPS.CSI_JAVA_INTERFACE_PKG dependencies on STANDARD

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

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

Line 1380: -- Standard check of p_commit.

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

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

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

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

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