DBA Data[Home] [Help]

APPS.EAM_PARAMETERS_PUB dependencies on EAM_COMMON_UTILITIES_PVT

Line 200: if not EAM_COMMON_UTILITIES_PVT.validate_boolean_flag(p_flag)

196: is
197: begin
198: if(p_flag is not null)
199: then
200: if not EAM_COMMON_UTILITIES_PVT.validate_boolean_flag(p_flag)
201: then
202: fnd_message.set_name('EAM', p_msg);
203: fnd_msg_pub.add;
204: RAISE FND_API.G_EXC_ERROR;

Line 400: if (p_default_department_id is not null and not eam_common_utilities_pvt.validate_department_id(p_default_department_id, p_organization_id)) then

396: RAISE FND_API.G_EXC_ERROR;
397: end if;
398:
399: -- validate default dept id
400: if (p_default_department_id is not null and not eam_common_utilities_pvt.validate_department_id(p_default_department_id, p_organization_id)) then
401: fnd_message.set_name('EAM', 'EAM_PAR_INVALID_DEPT_ID');
402: fnd_msg_pub.add;
403: RAISE FND_API.G_EXC_ERROR;
404: end if;

Line 651: if (p_default_department_id is not null and not eam_common_utilities_pvt.validate_department_id(p_default_department_id, p_organization_id)) then

647: RAISE FND_API.G_EXC_ERROR;
648: end if;
649:
650: -- validate default dept id
651: if (p_default_department_id is not null and not eam_common_utilities_pvt.validate_department_id(p_default_department_id, p_organization_id)) then
652: fnd_message.set_name('EAM', 'EAM_PAR_INVALID_DEPT_ID');
653: fnd_msg_pub.add;
654: RAISE FND_API.G_EXC_ERROR;
655: end if;