DBA Data[Home] [Help]

APPS.CAC_VIEW_PVT dependencies on JTF_TASK_UTL

Line 31: l_location := JTF_TASK_UTL.get_owner('PN_LOCATION', rec.resource_id);

27: END LOOP;
28: FOR rec IN c_locations
29: LOOP
30: IF(rec.resource_id IS NOT NULL) THEN
31: l_location := JTF_TASK_UTL.get_owner('PN_LOCATION', rec.resource_id);
32: END IF;
33: IF(l_location IS NOT NULL) THEN
34: IF l_locations IS NULL THEN
35: l_locations := l_location;

Line 350: jtf_task_utl.get_owner(task_view.SOURCE_OBJECT_TYPE_CODE, task_view.SOURCE_OBJECT_ID) AS SOURCE_INSTANCE

346: owner.SOURCE_NAME AS OWNER,
347: task_view.PRIVATE_FLAG PrivateFlag ,
348: task_view.DESCRIPTION,
349: jtf_object.name AS SOURCE_NAME,
350: jtf_task_utl.get_owner(task_view.SOURCE_OBJECT_TYPE_CODE, task_view.SOURCE_OBJECT_ID) AS SOURCE_INSTANCE
351: FROM
352: jtf_tasks_vl task_view,
353: jtf_task_statuses_vl booking_status,
354: jtf_task_types_tl task_type,

Line 746: jtf_task_utl.get_owner(task_view.SOURCE_OBJECT_TYPE_CODE, task_view.SOURCE_OBJECT_ID) AS SOURCE_INSTANCE,

742: location.CITY,
743: task_view.PRIVATE_FLAG,
744: task_view.DESCRIPTION,
745: jtf_object.name AS SOURCE_NAME,
746: jtf_task_utl.get_owner(task_view.SOURCE_OBJECT_TYPE_CODE, task_view.SOURCE_OBJECT_ID) AS SOURCE_INSTANCE,
747: assignment.free_busy_type free_busy_type
748: FROM
749: jtf_tasks_vl task_view,
750: jtf_task_statuses_tl task_status,

Line 1379: x_DisplayItems(x_index).ItemName := JTF_TASK_UTL.get_owner(r_PersonalItem.SourceCode, r_PersonalItem.SourceId);

1375: x_DisplayItems(x_index).ItemDisplayType := l_ItemDisplayType;
1376: x_DisplayItems(x_index).ItemSourceID := r_PersonalItem.ItemSourceID;
1377: IF(r_PersonalItem.SourceCode IS NOT NULL
1378: AND r_PersonalItem.SourceId IS NOT NULL )THEN
1379: x_DisplayItems(x_index).ItemName := JTF_TASK_UTL.get_owner(r_PersonalItem.SourceCode, r_PersonalItem.SourceId);
1380: END IF;
1381: x_DisplayItems(x_index).AccessLevel := 1;
1382: x_DisplayItems(x_index).StartDate := l_TempStartDate;
1383: x_DisplayItems(x_index).EndDate := l_TempEndDate;