DBA Data[Home] [Help]

APPS.CSI_CZ_INT dependencies on STANDARD

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

787: END IF;
788: END LOOP;
789: END IF;
790:
791: -- Standard call to get message count and if count is get message info.
792: FND_MSG_PUB.Count_And_Get
793: (p_count => x_msg_count ,
794: p_data => x_msg_data );
795:

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

1384: END LOOP;
1385: END IF;
1386: END IF;
1387:
1388: -- Standard call to get message count and if count is get message info.
1389: FND_MSG_PUB.Count_And_Get
1390: (p_count => x_msg_count ,
1391: p_data => x_msg_data );
1392:

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

1576: BEGIN
1577: l_user_id := fnd_global.user_id;
1578:
1579: SAVEPOINT CSI_CONFIG_LAUNCH_PRMS;
1580: -- Standard call to check for call compatibility.
1581: /*IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1582: p_api_version ,
1583: l_api_name ,
1584: G_PKG_NAME )