DBA Data[Home] [Help]

APPS.CAC_SYNC_TASK_COMMON dependencies on CAC_VIEW_UTIL_PUB

Line 2258: CAC_VIEW_UTIL_PUB.get_locations(t.task_id) locations,

2254: rc.saturday,
2255: rc.date_of_month,
2256: rc.occurs_which,
2257: rc.recurrence_rule_id,
2258: CAC_VIEW_UTIL_PUB.get_locations(t.task_id) locations,
2259: ta.free_busy_type free_busy_type,
2260: t.alarm_start alarm_start,
2261: t.alarm_on alarm_on
2262: FROM jtf_task_recur_rules rc,

Line 3815: CAC_VIEW_UTIL_PUB.get_locations(t.task_id) locations,

3811: rc.saturday,
3812: rc.date_of_month,
3813: rc.occurs_which,
3814: greatest(t.object_changed_date, ta.last_update_date) new_timestamp,
3815: CAC_VIEW_UTIL_PUB.get_locations(t.task_id) locations,
3816: ta.free_busy_type free_busy_type
3817: FROM jtf_task_recur_rules rc,
3818: jtf_task_statuses_b ts,
3819: jtf_task_priorities_b tb,