DBA Data[Home] [Help]

APPS.JTA_SYNC_TASK_COMMON dependencies on JTF_TASK_UTL

Line 120: | l_category_name := jtf_task_utl.get_category_name_for_task( |

116: | from l_category_name VARCHAR2(40); |
117: | to l_category_name VARCHAR2(240);|
118: | |
119: | 2) Change from |
120: | l_category_name := jtf_task_utl.get_category_name_for_task( |
121: | p_task_id => p_task_id, |
122: | p_resource_id => p_resource_id, |
123: | p_resource_type_code => p_resource_type|
124: | ); |

Line 126: | l_category_name := substrb(jtf_task_utl.get_category_name_for_task(|

122: | p_resource_id => p_resource_id, |
123: | p_resource_type_code => p_resource_type|
124: | ); |
125: | to |
126: | l_category_name := substrb(jtf_task_utl.get_category_name_for_task(|
127: | p_task_id => p_task_id, |
128: | p_resource_id => p_resource_id, |
129: | p_resource_type_code => p_resource_type |
130: | ), 1, 240); |

Line 158: | and jtf_task_utl.get_category_name() |

154: | if it is TASK for update, pass show_on_calendar and date_selected as g_miss_char
155: | 22-Oct-2002 cjang Fixed bug 2635512, Removed debug_pkg.add |
156: | 01-Nov-2002 cjang Fixed bug 2540722 |
157: | Call jtf_task_security_pvt.get_category_id()|
158: | and jtf_task_utl.get_category_name() |
159: | instead of calling jtf_task_utl.get_category_name_for_task()
160: | 07-Nov-2002 cjang Removed the code fix for the bug 2469488, |
161: | 2469487, 2469479 |
162: | But keep the function already_selected() |

Line 159: | instead of calling jtf_task_utl.get_category_name_for_task()

155: | 22-Oct-2002 cjang Fixed bug 2635512, Removed debug_pkg.add |
156: | 01-Nov-2002 cjang Fixed bug 2540722 |
157: | Call jtf_task_security_pvt.get_category_id()|
158: | and jtf_task_utl.get_category_name() |
159: | instead of calling jtf_task_utl.get_category_name_for_task()
160: | 07-Nov-2002 cjang Removed the code fix for the bug 2469488, |
161: | 2469487, 2469479 |
162: | But keep the function already_selected() |
163: | so this version 115.82 is basically |

Line 1352: l_category_name := substr(jtf_task_utl.get_category_name(l_category_id), 1, 240);

1348: p_resource_type_code => p_resource_type
1349: );
1350: IF l_category_id IS NOT NULL
1351: THEN
1352: l_category_name := substr(jtf_task_utl.get_category_name(l_category_id), 1, 240);
1353: END IF;
1354: x_task_rec.category := l_category_name;
1355:
1356: x_task_rec.alarmdate := set_alarm_date (