DBA Data[Home] [Help]

APPS.IBU_HZ_PERSON dependencies on STANDARD

Line 153: -- standard call to get message count and if count is 1, get message info

149: --end set primary language indicator
150:
151:
152:
153: -- standard call to get message count and if count is 1, get message info
154: FND_MSG_PUB.count_and_get(
155: p_encoded => FND_API.G_FALSE,
156: p_count => x_msg_count,
157: p_data => x_msg_data

Line 160: --standard exception catching for main body

156: p_count => x_msg_count,
157: p_data => x_msg_data
158: );
159:
160: --standard exception catching for main body
161: EXCEPTION
162: WHEN FND_API.G_EXC_ERROR THEN
163:
164: x_return_status := FND_API.G_RET_STS_ERROR;