DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on CAC_AVLBLTY_PUB

Line 4147: cac_avlblty_pub.IS_AVAILABLE(

4143:
4144: /* Added check to halt creation of double booking appointments while updating appointments*/
4145: if tasks.source_object_type_code = 'APPOINTMENT' and task_ass_orig_rec.resource_type_code = 'PN_LOCATION' then
4146:
4147: cac_avlblty_pub.IS_AVAILABLE(
4148: p_api_version => 1.0,
4149: p_init_msg_list => 'F',
4150: p_Object_Type => task_ass_orig_rec.resource_type_code,
4151: p_Object_ID => task_ass_orig_rec.resource_id,