DBA Data[Home] [Help]

APPS.ITG_ORGEFF_PVT dependencies on FND_MSG_PUB

Line 156: FND_MSG_PUB.Initialize;

152: l_api_version, p_api_version, l_api_name, G_PKG_NAME) THEN
153: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
154: END IF;
155: IF FND_API.To_Boolean(p_init_msg_list) THEN
156: FND_MSG_PUB.Initialize;
157: END IF;
158:
159: ITG_Debug.msg('UE', 'Top of procedure.');
160: ITG_Debug.msg('UE', 'p_organization_id', p_organization_id);

Line 295: FND_MSG_PUB.Count_And_Get(

291: ITG_Debug.add_exc_error(G_PKG_NAME, l_api_name);
292: ITG_Debug.msg('UE', 'EXCEPTION, other error.', TRUE);
293: END;
294:
295: FND_MSG_PUB.Count_And_Get(
296: p_count => x_msg_count,
297: p_data => x_msg_data);
298:
299: END Update_Effectivity;