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 1330: fnd_msg_pub.add;

1326: when others then
1327: p_effective_start_date := null;
1328: p_effective_end_date := null;
1329: hr_utility.set_location(' Leaving:'||l_proc, 50);
1330: fnd_msg_pub.add;
1331: --
1332: end update_Benefit_Prvdd_Ledger_w;
1333: --
1334: -- ----------------------------------------------------------------------------

Line 1661: fnd_msg_pub.add;

1657: when others then
1658: p_effective_start_date := null;
1659: p_effective_end_date := null;
1660: hr_utility.set_location(' Leaving:'||l_proc, 50);
1661: fnd_msg_pub.add;
1662: --
1663: end delete_Benefit_Prvdd_Ledger_w;
1664: --
1665: -- ----------------------------------------------------------------------------