DBA Data[Home] [Help]

APPS.BEN_BENEFIT_PRVDD_LEDGER_API dependencies on FND_MSG_PUB

Line 684: fnd_msg_pub.add;

680: p_effective_start_date := null;
681: p_effective_end_date := null;
682: p_object_version_number := null;
683: hr_utility.set_location(' Leaving:'||l_proc, 60);
684: fnd_msg_pub.add;
685: --
686: end create_Benefit_Prvdd_Ledger_w;
687: --
688: -- ----------------------------------------------------------------------------

Line 1324: fnd_msg_pub.add;

1320: when others then
1321: p_effective_start_date := null;
1322: p_effective_end_date := null;
1323: hr_utility.set_location(' Leaving:'||l_proc, 50);
1324: fnd_msg_pub.add;
1325: --
1326: end update_Benefit_Prvdd_Ledger_w;
1327: --
1328: -- ----------------------------------------------------------------------------

Line 1655: fnd_msg_pub.add;

1651: when others then
1652: p_effective_start_date := null;
1653: p_effective_end_date := null;
1654: hr_utility.set_location(' Leaving:'||l_proc, 50);
1655: fnd_msg_pub.add;
1656: --
1657: end delete_Benefit_Prvdd_Ledger_w;
1658: --
1659: -- ----------------------------------------------------------------------------