DBA Data[Home] [Help]

APPS.AS_LEAD_ROUTING_WF dependencies on JTF_CALENDAR_PUB

Line 17: -- 08/07/2001 SOLIN Add call to JTF_CALENDAR_PUB.

13: -- 07/25/2001 SOLIN Enhancement bug 1732822.
14: -- Set status_code to profile AS_LEAD_ROUTING_STATUS
15: -- and accept_flag to 'N' when assign owner.
16: -- 07/31/2001 SOLIN Add customer user hook and GetOwner function.
17: -- 08/07/2001 SOLIN Add call to JTF_CALENDAR_PUB.
18: -- 09/06/2001 SOLIN Enhancement bug 1963262.
19: -- Owner can decline sales lead.
20: -- 12/10/2001 SOLIN Bug 2102901.
21: -- Add salesgroup_id for current user.

Line 498: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT(

494: 'Check resource ' || l_resource_id_tbl(l_index1));
495: END IF;
496: -- Check the calendar for resource availability
497: -- Call Calendar API
498: JTF_CALENDAR_PUB.GET_AVAILABLE_SLOT(
499: P_API_VERSION => 1.0,
500: P_INIT_MSG_LIST => FND_API.G_FALSE,
501: P_RESOURCE_ID => l_resource_id_tbl(l_index1),
502: P_RESOURCE_TYPE => 'RS_EMPLOYEE',