DBA Data[Home] [Help]

APPS.OKS_MASS_UPDATE_PVT dependencies on FND_MSG_PUB

Line 6797: fnd_msg_pub.initialize();

6793:
6794: -- Begin Update Contracts
6795: BEGIN
6796: IF (p_init_msg_list = 'Y') then
6797: fnd_msg_pub.initialize();
6798: END IF;
6799:
6800: fnd_file.put_line(fnd_file.log,'(OKS) -> ***********OKS**********Begin*********OKS***********');
6801:

Line 8639: FND_MSG_PUB.Count_And_Get

8635: WHEN g_exception_halt_validation
8636: THEN
8637: x_return_status := okc_api.g_ret_sts_error;
8638: fnd_file.put_line(fnd_file.log,' Error while updating the contract ' );
8639: FND_MSG_PUB.Count_And_Get
8640: (
8641: p_count => x_msg_count,
8642: p_data => x_msg_data
8643: );

Line 8658: FND_MSG_PUB.Count_And_Get

8654: SQLCODE,
8655: g_sqlerrm_token,
8656: SQLERRM
8657: );
8658: FND_MSG_PUB.Count_And_Get
8659: (
8660: p_count => x_msg_count,
8661: p_data => x_msg_data
8662: );