DBA Data[Home] [Help]

APPS.HR_KI_INTEGRATIONS_SWI dependencies on FND_MSG_PUB

Line 72: fnd_msg_pub.get

68: -- at least one message exists in the list.
69: --
70:
71: rollback to validate_integration;
72: fnd_msg_pub.get
73: (
74: p_data => l_error
75: ,p_encoded => 'F'
76: ,p_msg_index_out => l_index

Line 102: fnd_msg_pub.get

98: hr_utility.set_location(' Leaving:' || l_proc,40);
99: raise;
100: end if;
101:
102: fnd_msg_pub.get
103: (
104: p_data => l_error
105: ,p_encoded => 'F'
106: ,p_msg_index_out => l_index