DBA Data[Home] [Help]

APPS.JTA_SYNC_TASK_COMMON dependencies on JTF_CAL_UTILITY_PVT

Line 947: jtf_cal_utility_pvt.adjustfortimezone (

943: RETURN DATE
944: IS
945: l_date DATE;
946: BEGIN
947: jtf_cal_utility_pvt.adjustfortimezone (
948: g_gmt_timezone_id,
949: NVL (g_client_timezone_id, g_server_timezone_id),
950: p_date,
951: l_date

Line 961: jtf_cal_utility_pvt.adjustfortimezone (

957: RETURN DATE
958: IS
959: l_date DATE;
960: BEGIN
961: jtf_cal_utility_pvt.adjustfortimezone (
962: p_timezone_id,
963: g_gmt_timezone_id,
964: p_date,
965: l_date

Line 975: jtf_cal_utility_pvt.adjustfortimezone (

971: RETURN DATE
972: IS
973: l_date DATE;
974: BEGIN
975: jtf_cal_utility_pvt.adjustfortimezone (
976: g_server_timezone_id,
977: g_gmt_timezone_id,
978: p_date,
979: l_date

Line 994: jtf_cal_utility_pvt.adjustfortimezone (

990: l_task_timezone_id := get_task_timezone_id (p_task_id);
991:
992: IF l_task_timezone_id <> g_gmt_timezone_id
993: THEN
994: jtf_cal_utility_pvt.adjustfortimezone (
995: g_gmt_timezone_id,
996: l_task_timezone_id,
997: p_date,
998: l_date

Line 1012: jtf_cal_utility_pvt.adjustfortimezone (

1008: RETURN DATE
1009: IS
1010: l_date DATE;
1011: BEGIN
1012: jtf_cal_utility_pvt.adjustfortimezone (
1013: g_gmt_timezone_id,
1014: g_server_timezone_id,
1015: p_date,
1016: l_date

Line 1276: --l_item_display_type := jtf_cal_utility_pvt.getItemType

1272: x_task_rec.objectcode := RTRIM (p_request_type, 'S');
1273:
1274:
1275: -- item display type equals 3 for all items shown on top of daily view
1276: --l_item_display_type := jtf_cal_utility_pvt.getItemType
1277: -- ( p_SourceCode => 'TASK'
1278: -- , p_PeriodStartDate => null
1279: -- , p_PeriodEndDate => null
1280: -- , p_StartDate => p_calendar_start_date

Line 1450: l_prefix := jtf_cal_utility_pvt.GetGroupPrefix(p_ResourceID => p_resource_id

1446: -- This is appending the prefix of the group
1447: ELSIF p_source_object_type_code = G_APPOINTMENT AND
1448: p_resource_type = 'RS_GROUP'
1449: THEN
1450: l_prefix := jtf_cal_utility_pvt.GetGroupPrefix(p_ResourceID => p_resource_id
1451: ,p_ResourceType => p_resource_type
1452: ,p_GroupID => p_group_id);
1453: IF l_prefix IS NOT NULL
1454: THEN