DBA Data[Home] [Help]

APPS.PAY_BANK_BRANCHES_PKG dependencies on FND_MSG_PUB

Line 568: fnd_msg_pub.initialize;

564: end if;
565: --
566: -- Clear message table.
567: --
568: fnd_msg_pub.initialize;
569: --
570: -- Account number length check.
571: --
572: if length(p_account_number) > g_gb_accno_len then

Line 678: fnd_msg_pub.add;

674: -- Handle errors according to the specified mechanism.
675: --
676: if p_multi_message then
677: p_return_status := fnd_api.G_RET_STS_ERROR;
678: fnd_msg_pub.add;
679: fnd_msg_pub.count_and_get
680: (p_count => p_msg_count
681: ,p_data => p_msg_data
682: );

Line 679: fnd_msg_pub.count_and_get

675: --
676: if p_multi_message then
677: p_return_status := fnd_api.G_RET_STS_ERROR;
678: fnd_msg_pub.add;
679: fnd_msg_pub.count_and_get
680: (p_count => p_msg_count
681: ,p_data => p_msg_data
682: );
683: --