DBA Data[Home] [Help]

APPS.CAC_SYNC_TASK_COMMON dependencies on JTF_CAL_UTILITY_PVT

Line 1058: jtf_cal_utility_pvt.adjustfortimezone (

1054: RETURN DATE
1055: IS
1056: l_date DATE;
1057: BEGIN
1058: jtf_cal_utility_pvt.adjustfortimezone (
1059: g_gmt_timezone_id,
1060: NVL (g_client_timezone_id, g_server_timezone_id),
1061: p_date,
1062: l_date

Line 1072: jtf_cal_utility_pvt.adjustfortimezone (

1068: RETURN DATE
1069: IS
1070: l_date DATE;
1071: BEGIN
1072: jtf_cal_utility_pvt.adjustfortimezone (
1073: p_timezone_id,
1074: g_gmt_timezone_id,
1075: p_date,
1076: l_date

Line 1086: jtf_cal_utility_pvt.adjustfortimezone (

1082: RETURN DATE
1083: IS
1084: l_date DATE;
1085: BEGIN
1086: jtf_cal_utility_pvt.adjustfortimezone (
1087: g_server_timezone_id,
1088: g_gmt_timezone_id,
1089: p_date,
1090: l_date

Line 1105: jtf_cal_utility_pvt.adjustfortimezone (

1101: l_task_timezone_id := get_task_timezone_id (p_task_id);
1102:
1103: IF l_task_timezone_id <> g_gmt_timezone_id
1104: THEN
1105: jtf_cal_utility_pvt.adjustfortimezone (
1106: g_gmt_timezone_id,
1107: l_task_timezone_id,
1108: p_date,
1109: l_date

Line 1123: jtf_cal_utility_pvt.adjustfortimezone (

1119: RETURN DATE
1120: IS
1121: l_date DATE;
1122: BEGIN
1123: jtf_cal_utility_pvt.adjustfortimezone (
1124: g_gmt_timezone_id,
1125: g_server_timezone_id,
1126: p_date,
1127: l_date

Line 1513: --l_item_display_type := jtf_cal_utility_pvt.getItemType

1509: x_task_rec.free_busy_type:=p_free_busy_type;
1510: x_task_rec.dial_in :=p_dial_in;
1511:
1512: -- item display type equals 3 for all items shown on top of daily view
1513: --l_item_display_type := jtf_cal_utility_pvt.getItemType
1514: -- ( p_SourceCode => 'TASK'
1515: -- , p_PeriodStartDate => null
1516: -- , p_PeriodEndDate => null
1517: -- , p_StartDate => p_calendar_start_date

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

1771: -- This is appending the prefix of the group
1772: ELSIF p_source_object_type_code = G_APPOINTMENT AND
1773: p_resource_type = 'RS_GROUP'
1774: THEN
1775: l_prefix := jtf_cal_utility_pvt.GetGroupPrefix(p_ResourceID => p_resource_id
1776: ,p_ResourceType => p_resource_type
1777: ,p_GroupID => p_group_id);
1778: IF l_prefix IS NOT NULL
1779: THEN