DBA Data[Home] [Help]

APPS.JTF_TASK_RECURRENCES_PVT dependencies on CAC_AVLBLTY_PUB

Line 3115: cac_avlblty_pub.IS_AVAILABLE(

3111: /* Added check to halt creation of double booking appointments while updating appointments*/
3112: if l_task_details.source_object_type_code = 'APPOINTMENT' and i.resource_type_code = 'PN_LOCATION' then
3113:
3114:
3115: cac_avlblty_pub.IS_AVAILABLE(
3116: p_api_version => 1.0,
3117: p_init_msg_list => 'F',
3118: p_Object_Type => i.resource_type_code,
3119: p_Object_ID => i.resource_id,