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 1429: -- Standard call to get message count and if count is get message info.

1425: END LOOP;
1426: END IF;
1427: END IF;
1428:
1429: -- Standard call to get message count and if count is get message info.
1430: FND_MSG_PUB.Count_And_Get
1431: (p_count => x_msg_count ,
1432: p_data => x_msg_data );
1433:

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

1617: BEGIN
1618: l_user_id := fnd_global.user_id;
1619:
1620: SAVEPOINT CSI_CONFIG_LAUNCH_PRMS;
1621: -- Standard call to check for call compatibility.
1622: /*IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1623: p_api_version ,
1624: l_api_name ,
1625: G_PKG_NAME )