DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on FND_MSG_PUB

Line 6814: fnd_msg_pub.initialize();

6810:
6811: -- Begin Update Contracts
6812: BEGIN
6813: IF (p_init_msg_list = 'Y') then
6814: fnd_msg_pub.initialize();
6815: END IF;
6816:
6817: fnd_file.put_line(fnd_file.log,'(OKS) -> ***********OKS**********Begin*********OKS***********');
6818:

Line 8682: FND_MSG_PUB.Count_And_Get

8678: WHEN g_exception_halt_validation
8679: THEN
8680: x_return_status := okc_api.g_ret_sts_error;
8681: fnd_file.put_line(fnd_file.log,' Error while updating the contract ' );
8682: FND_MSG_PUB.Count_And_Get
8683: (
8684: p_count => x_msg_count,
8685: p_data => x_msg_data
8686: );

Line 8701: FND_MSG_PUB.Count_And_Get

8697: SQLCODE,
8698: g_sqlerrm_token,
8699: SQLERRM
8700: );
8701: FND_MSG_PUB.Count_And_Get
8702: (
8703: p_count => x_msg_count,
8704: p_data => x_msg_data
8705: );