DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT dependencies on JTF_TASKS_PUB

Line 8: v_tbl jtf_tasks_pub.task_table_type;

4: g_entity CONSTANT jtf_tasks_b.entity%TYPE := 'TASK';
5: g_free_busy_type CONSTANT jtf_task_all_assignments.free_busy_type%TYPE := 'FREE';
6: v_select VARCHAR2(6000);
7: -- table for query_task
8: v_tbl jtf_tasks_pub.task_table_type;
9: -- table for query_task
10: v_n_tbl jtf_tasks_pub.task_table_type;
11:
12: -- original version to call the new version which has a workflow enhancement

Line 10: v_n_tbl jtf_tasks_pub.task_table_type;

6: v_select VARCHAR2(6000);
7: -- table for query_task
8: v_tbl jtf_tasks_pub.task_table_type;
9: -- table for query_task
10: v_n_tbl jtf_tasks_pub.task_table_type;
11:
12: -- original version to call the new version which has a workflow enhancement
13: PROCEDURE create_task(
14: p_api_version IN NUMBER

Line 1303: jtf_tasks_pub.p_task_user_hooks.task_id := x_task_id;

1299: l_task_priority_id := 8;
1300: END IF;
1301:
1302: l_open_flag := jtf_task_utl_ext.get_open_flag(l_task_status_id);
1303: jtf_tasks_pub.p_task_user_hooks.task_id := x_task_id;
1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;

Line 1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;

1300: END IF;
1301:
1302: l_open_flag := jtf_task_utl_ext.get_open_flag(l_task_status_id);
1303: jtf_tasks_pub.p_task_user_hooks.task_id := x_task_id;
1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;

Line 1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;

1301:
1302: l_open_flag := jtf_task_utl_ext.get_open_flag(l_task_status_id);
1303: jtf_tasks_pub.p_task_user_hooks.task_id := x_task_id;
1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;

Line 1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;

1302: l_open_flag := jtf_task_utl_ext.get_open_flag(l_task_status_id);
1303: jtf_tasks_pub.p_task_user_hooks.task_id := x_task_id;
1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;

Line 1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;

1303: jtf_tasks_pub.p_task_user_hooks.task_id := x_task_id;
1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;

Line 1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;

1304: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;

Line 1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;

1305: jtf_tasks_pub.p_task_user_hooks.task_name := p_task_name;
1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;

Line 1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;

1306: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;

Line 1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;

1307: jtf_tasks_pub.p_task_user_hooks.description := p_description;
1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;

Line 1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;

1308: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;

Line 1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;

1309: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;

Line 1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;

1310: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;

Line 1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;

1311: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;

Line 1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;

1312: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := p_owner_territory_id;
1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;

Line 1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;

1313: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := p_assigned_by_id;
1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;

Line 1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;

1314: jtf_tasks_pub.p_task_user_hooks.customer_id := p_customer_id;
1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;

Line 1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;

1315: jtf_tasks_pub.p_task_user_hooks.cust_account_id := p_cust_account_id;
1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;

Line 1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;

1316: jtf_tasks_pub.p_task_user_hooks.address_id := p_address_id;
1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;

Line 1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;

1317: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;

Line 1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;

1318: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;

Line 1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;

1319: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;

Line 1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;

1320: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;

Line 1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;

1321: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;

Line 1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;

1322: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;

Line 1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;

1323: jtf_tasks_pub.p_task_user_hooks.timezone_id := p_timezone_id;
1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;

Line 1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;

1324: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := l_source_object_type_code;
1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;

Line 1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;

1325: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;

Line 1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;

1326: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;

Line 1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;

1327: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;

Line 1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;

1328: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;

Line 1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;

1329: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;

Line 1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;

1330: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;

Line 1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;

1331: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;

Line 1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;

1332: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;

Line 1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;

1333: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;

Line 1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;

1334: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;

Line 1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;

1335: jtf_tasks_pub.p_task_user_hooks.private_flag := p_private_flag;
1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;

Line 1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;

1336: jtf_tasks_pub.p_task_user_hooks.publish_flag := p_publish_flag;
1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;

Line 1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;

1337: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := p_restrict_closure_flag;
1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;

Line 1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;

1338: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := p_multi_booked_flag;
1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;

Line 1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;

1339: jtf_tasks_pub.p_task_user_hooks.milestone_flag := p_milestone_flag;
1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;

Line 1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;

1340: jtf_tasks_pub.p_task_user_hooks.holiday_flag := p_holiday_flag;
1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;

Line 1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;

1341: jtf_tasks_pub.p_task_user_hooks.billable_flag := p_billable_flag;
1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;

Line 1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;

1342: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := p_bound_mode_code;
1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;

Line 1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;

1343: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := p_soft_bound_flag;
1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;

Line 1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;

1344: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := p_workflow_process_id;
1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;

Line 1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;

1345: jtf_tasks_pub.p_task_user_hooks.notification_flag := p_notification_flag;
1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;

Line 1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;

1346: jtf_tasks_pub.p_task_user_hooks.notification_period := p_notification_period;
1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;

Line 1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;

1347: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := p_notification_period_uom;
1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;

Line 1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;

1348: jtf_tasks_pub.p_task_user_hooks.parent_task_id := p_parent_task_id;
1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;

Line 1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;

1349: jtf_tasks_pub.p_task_user_hooks.alarm_start := p_alarm_start;
1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;

Line 1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;

1350: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := p_alarm_start_uom;
1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;

Line 1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;

1351: jtf_tasks_pub.p_task_user_hooks.alarm_on := p_alarm_on;
1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;

Line 1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;

1352: jtf_tasks_pub.p_task_user_hooks.alarm_count := p_alarm_count;
1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;

Line 1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;

1353: jtf_tasks_pub.p_task_user_hooks.alarm_interval := p_alarm_interval;
1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;

Line 1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;

1354: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := p_alarm_interval_uom;
1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;

Line 1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;

1355: jtf_tasks_pub.p_task_user_hooks.palm_flag := p_palm_flag;
1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;

Line 1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;

1356: jtf_tasks_pub.p_task_user_hooks.wince_flag := p_wince_flag;
1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;

Line 1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;

1357: jtf_tasks_pub.p_task_user_hooks.laptop_flag := p_laptop_flag;
1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;

Line 1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;

1358: jtf_tasks_pub.p_task_user_hooks.device1_flag := p_device1_flag;
1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;

Line 1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;

1359: jtf_tasks_pub.p_task_user_hooks.device2_flag := p_device2_flag;
1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;

Line 1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;

1360: jtf_tasks_pub.p_task_user_hooks.device3_flag := p_device3_flag;
1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;

Line 1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;

1361: jtf_tasks_pub.p_task_user_hooks.costs := p_costs;
1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;

Line 1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;

1362: jtf_tasks_pub.p_task_user_hooks.currency_code := p_currency_code;
1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;

Line 1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;

1363: jtf_tasks_pub.p_task_user_hooks.escalation_level := p_escalation_level;
1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;

Line 1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;

1364: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;

Line 1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;

1365: jtf_tasks_pub.p_task_user_hooks.template_id := p_template_id;
1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;

Line 1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;

1366: jtf_tasks_pub.p_task_user_hooks.template_group_id := p_template_group_id;
1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;

Line 1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;

1367: jtf_tasks_pub.p_task_user_hooks.attribute1 := p_attribute1;
1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;

Line 1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;

1368: jtf_tasks_pub.p_task_user_hooks.attribute2 := p_attribute2;
1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;

Line 1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;

1369: jtf_tasks_pub.p_task_user_hooks.attribute3 := p_attribute3;
1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;

Line 1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;

1370: jtf_tasks_pub.p_task_user_hooks.attribute4 := p_attribute4;
1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;

Line 1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;

1371: jtf_tasks_pub.p_task_user_hooks.attribute5 := p_attribute5;
1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;

Line 1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;

1372: jtf_tasks_pub.p_task_user_hooks.attribute6 := p_attribute6;
1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;

Line 1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;

1373: jtf_tasks_pub.p_task_user_hooks.attribute7 := p_attribute7;
1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;

Line 1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;

1374: jtf_tasks_pub.p_task_user_hooks.attribute8 := p_attribute8;
1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;

Line 1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;

1375: jtf_tasks_pub.p_task_user_hooks.attribute9 := p_attribute9;
1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;

Line 1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;

1376: jtf_tasks_pub.p_task_user_hooks.attribute10 := p_attribute10;
1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;

Line 1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;

1377: jtf_tasks_pub.p_task_user_hooks.attribute11 := p_attribute11;
1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;

Line 1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;

1378: jtf_tasks_pub.p_task_user_hooks.attribute12 := p_attribute12;
1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;

Line 1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;

1379: jtf_tasks_pub.p_task_user_hooks.attribute13 := p_attribute13;
1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;

Line 1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;

1380: jtf_tasks_pub.p_task_user_hooks.attribute14 := p_attribute14;
1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;

Line 1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;

1381: jtf_tasks_pub.p_task_user_hooks.attribute15 := p_attribute15;
1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;

Line 1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;

1382: jtf_tasks_pub.p_task_user_hooks.attribute_category := p_attribute_category;
1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;
1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;

Line 1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;

1383: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;
1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;
1391: jtf_tasks_pub.p_task_user_hooks.copied_from_task_id := p_copied_from_task_id;

Line 1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;

1384: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;
1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;
1391: jtf_tasks_pub.p_task_user_hooks.copied_from_task_id := p_copied_from_task_id;
1392:

Line 1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;

1385: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := p_task_confirmation_counter;
1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;
1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;
1391: jtf_tasks_pub.p_task_user_hooks.copied_from_task_id := p_copied_from_task_id;
1392:
1393: jtf_tasks_iuhk.create_task_pre(x_return_status);

Line 1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;

1386: jtf_tasks_pub.p_task_user_hooks.task_split_flag := p_task_split_flag;
1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;
1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;
1391: jtf_tasks_pub.p_task_user_hooks.copied_from_task_id := p_copied_from_task_id;
1392:
1393: jtf_tasks_iuhk.create_task_pre(x_return_status);
1394:

Line 1391: jtf_tasks_pub.p_task_user_hooks.copied_from_task_id := p_copied_from_task_id;

1387: jtf_tasks_pub.p_task_user_hooks.child_position := p_child_position;
1388: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := p_child_sequence_num;
1389: jtf_tasks_pub.p_task_user_hooks.open_flag := l_open_flag;
1390: jtf_tasks_pub.p_task_user_hooks.location_id := p_location_id;
1391: jtf_tasks_pub.p_task_user_hooks.copied_from_task_id := p_copied_from_task_id;
1392:
1393: jtf_tasks_iuhk.create_task_pre(x_return_status);
1394:
1395: IF NOT(x_return_status = fnd_api.g_ret_sts_success) THEN

Line 3726: jtf_tasks_pub.p_task_user_hooks.task_id := l_task_id;

3722: RAISE fnd_api.g_exc_unexpected_error;
3723: END IF;
3724: CLOSE task_source_orig;
3725:
3726: jtf_tasks_pub.p_task_user_hooks.task_id := l_task_id;
3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;

Line 3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;

3723: END IF;
3724: CLOSE task_source_orig;
3725:
3726: jtf_tasks_pub.p_task_user_hooks.task_id := l_task_id;
3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;

Line 3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;

3724: CLOSE task_source_orig;
3725:
3726: jtf_tasks_pub.p_task_user_hooks.task_id := l_task_id;
3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;

Line 3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;

3725:
3726: jtf_tasks_pub.p_task_user_hooks.task_id := l_task_id;
3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;

Line 3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;

3726: jtf_tasks_pub.p_task_user_hooks.task_id := l_task_id;
3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;

Line 3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;

3727: jtf_tasks_pub.p_task_user_hooks.task_number := l_task_number;
3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;

Line 3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;

3728: jtf_tasks_pub.p_task_user_hooks.task_name := l_task_name;
3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;

Line 3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;

3729: jtf_tasks_pub.p_task_user_hooks.task_type_id := l_task_type_id;
3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;

Line 3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;

3730: jtf_tasks_pub.p_task_user_hooks.description := l_description;
3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;

Line 3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;

3731: jtf_tasks_pub.p_task_user_hooks.task_status_id := l_task_status_id;
3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;

Line 3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;

3732: jtf_tasks_pub.p_task_user_hooks.task_priority_id := l_task_priority_id;
3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;

Line 3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;

3733: jtf_tasks_pub.p_task_user_hooks.owner_type_code := l_owner_type_code;
3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;

Line 3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;

3734: jtf_tasks_pub.p_task_user_hooks.owner_id := l_owner_id;
3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;

Line 3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;

3735: jtf_tasks_pub.p_task_user_hooks.owner_territory_id := tasks.owner_territory_id;
3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;

Line 3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;

3736: jtf_tasks_pub.p_task_user_hooks.assigned_by_id := l_assigned_by_id;
3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;

Line 3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;

3737: jtf_tasks_pub.p_task_user_hooks.customer_id := l_customer_id;
3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;

Line 3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;

3738: jtf_tasks_pub.p_task_user_hooks.cust_account_id := l_cust_account_id;
3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;

Line 3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;

3739: jtf_tasks_pub.p_task_user_hooks.address_id := l_address_id;
3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;

Line 3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;

3740: jtf_tasks_pub.p_task_user_hooks.planned_start_date := l_planned_start_date;
3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;

Line 3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;

3741: jtf_tasks_pub.p_task_user_hooks.planned_end_date := l_planned_end_date;
3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;

Line 3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;

3742: jtf_tasks_pub.p_task_user_hooks.scheduled_start_date := l_scheduled_start_date;
3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;

Line 3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;

3743: jtf_tasks_pub.p_task_user_hooks.scheduled_end_date := l_scheduled_end_date;
3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;

Line 3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;

3744: jtf_tasks_pub.p_task_user_hooks.actual_start_date := l_actual_start_date;
3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;

Line 3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;

3745: jtf_tasks_pub.p_task_user_hooks.actual_end_date := l_actual_end_date;
3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;

Line 3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;

3746: jtf_tasks_pub.p_task_user_hooks.timezone_id := l_timezone_id;
3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;

Line 3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;

3747: jtf_tasks_pub.p_task_user_hooks.source_object_type_code := tasks.source_object_type_code;
3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;

Line 3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;

3748: jtf_tasks_pub.p_task_user_hooks.source_object_id := l_source_object_id;
3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;

Line 3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;

3749: jtf_tasks_pub.p_task_user_hooks.source_object_name := l_source_object_name;
3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;

Line 3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;

3750: jtf_tasks_pub.p_task_user_hooks.DURATION := l_duration;
3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;

Line 3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;

3751: jtf_tasks_pub.p_task_user_hooks.duration_uom := l_duration_uom;
3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;

Line 3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;

3752: jtf_tasks_pub.p_task_user_hooks.planned_effort := l_planned_effort;
3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;

Line 3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;

3753: jtf_tasks_pub.p_task_user_hooks.planned_effort_uom := l_planned_effort_uom;
3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;

Line 3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;

3754: jtf_tasks_pub.p_task_user_hooks.actual_effort := l_actual_effort;
3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;

Line 3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;

3755: jtf_tasks_pub.p_task_user_hooks.actual_effort_uom := l_actual_effort_uom;
3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;

Line 3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;

3756: jtf_tasks_pub.p_task_user_hooks.percentage_complete := l_percentage_complete;
3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;

Line 3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;

3757: jtf_tasks_pub.p_task_user_hooks.reason_code := l_reason_code;
3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;

Line 3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;

3758: jtf_tasks_pub.p_task_user_hooks.private_flag := l_private_flag;
3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;

Line 3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;

3759: jtf_tasks_pub.p_task_user_hooks.publish_flag := l_publish_flag;
3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;

Line 3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;

3760: jtf_tasks_pub.p_task_user_hooks.restrict_closure_flag := l_restrict_closure_flag;
3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;

Line 3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;

3761: jtf_tasks_pub.p_task_user_hooks.multi_booked_flag := l_multi_booked_flag;
3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;

Line 3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;

3762: jtf_tasks_pub.p_task_user_hooks.milestone_flag := l_milestone_flag;
3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;

Line 3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;

3763: jtf_tasks_pub.p_task_user_hooks.holiday_flag := l_holiday_flag;
3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;

Line 3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;

3764: jtf_tasks_pub.p_task_user_hooks.billable_flag := l_billable_flag;
3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;

Line 3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;

3765: jtf_tasks_pub.p_task_user_hooks.bound_mode_code := l_bound_mode_code;
3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;

Line 3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;

3766: jtf_tasks_pub.p_task_user_hooks.soft_bound_flag := l_soft_bound_flag;
3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;

Line 3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;

3767: jtf_tasks_pub.p_task_user_hooks.workflow_process_id := l_workflow_process_id;
3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;

Line 3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;

3768: jtf_tasks_pub.p_task_user_hooks.notification_flag := l_notification_flag;
3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;

Line 3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;

3769: jtf_tasks_pub.p_task_user_hooks.notification_period := l_notification_period;
3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;

Line 3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;

3770: jtf_tasks_pub.p_task_user_hooks.notification_period_uom := l_notification_period_uom;
3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;

Line 3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;

3771: jtf_tasks_pub.p_task_user_hooks.parent_task_id := l_parent_task_id;
3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;

Line 3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;

3772: jtf_tasks_pub.p_task_user_hooks.alarm_start := l_alarm_start;
3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;

Line 3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;

3773: jtf_tasks_pub.p_task_user_hooks.alarm_start_uom := l_alarm_start_uom;
3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;

Line 3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;

3774: jtf_tasks_pub.p_task_user_hooks.alarm_on := l_alarm_on;
3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;

Line 3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;

3775: jtf_tasks_pub.p_task_user_hooks.alarm_count := l_alarm_count;
3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;

Line 3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;

3776: jtf_tasks_pub.p_task_user_hooks.alarm_interval := l_alarm_interval;
3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;

Line 3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;

3777: jtf_tasks_pub.p_task_user_hooks.alarm_interval_uom := l_alarm_interval_uom;
3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;

Line 3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;

3778: jtf_tasks_pub.p_task_user_hooks.palm_flag := l_palm_flag;
3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;

Line 3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;

3779: jtf_tasks_pub.p_task_user_hooks.wince_flag := l_wince_flag;
3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;

Line 3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;

3780: jtf_tasks_pub.p_task_user_hooks.laptop_flag := l_laptop_flag;
3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;

Line 3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;

3781: jtf_tasks_pub.p_task_user_hooks.device1_flag := l_device1_flag;
3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;

Line 3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;

3782: jtf_tasks_pub.p_task_user_hooks.device2_flag := l_device2_flag;
3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;

Line 3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;

3783: jtf_tasks_pub.p_task_user_hooks.device3_flag := l_device3_flag;
3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;

Line 3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;

3784: jtf_tasks_pub.p_task_user_hooks.costs := l_costs;
3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;

Line 3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;

3785: jtf_tasks_pub.p_task_user_hooks.currency_code := l_currency_code;
3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;

Line 3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;

3786: jtf_tasks_pub.p_task_user_hooks.escalation_level := l_escalation_level;
3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;

Line 3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;

3787: jtf_tasks_pub.p_task_user_hooks.date_selected := l_date_selected;
3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;

Line 3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;

3788: jtf_tasks_pub.p_task_user_hooks.attribute1 := tasks.attribute1;
3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;

Line 3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;

3789: jtf_tasks_pub.p_task_user_hooks.attribute2 := tasks.attribute2;
3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;

Line 3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;

3790: jtf_tasks_pub.p_task_user_hooks.attribute3 := tasks.attribute3;
3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;

Line 3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;

3791: jtf_tasks_pub.p_task_user_hooks.attribute4 := tasks.attribute4;
3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;

Line 3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;

3792: jtf_tasks_pub.p_task_user_hooks.attribute5 := tasks.attribute5;
3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;

Line 3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;

3793: jtf_tasks_pub.p_task_user_hooks.attribute6 := tasks.attribute6;
3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;

Line 3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;

3794: jtf_tasks_pub.p_task_user_hooks.attribute7 := tasks.attribute7;
3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;

Line 3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;

3795: jtf_tasks_pub.p_task_user_hooks.attribute8 := tasks.attribute8;
3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;

Line 3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;

3796: jtf_tasks_pub.p_task_user_hooks.attribute9 := tasks.attribute9;
3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;

Line 3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;

3797: jtf_tasks_pub.p_task_user_hooks.attribute10 := tasks.attribute10;
3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;

Line 3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;

3798: jtf_tasks_pub.p_task_user_hooks.attribute11 := tasks.attribute11;
3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;

Line 3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;

3799: jtf_tasks_pub.p_task_user_hooks.attribute12 := tasks.attribute12;
3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;

Line 3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;

3800: jtf_tasks_pub.p_task_user_hooks.attribute13 := tasks.attribute13;
3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;

Line 3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;

3801: jtf_tasks_pub.p_task_user_hooks.attribute14 := tasks.attribute14;
3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;

Line 3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;

3802: jtf_tasks_pub.p_task_user_hooks.attribute15 := tasks.attribute15;
3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;
3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;

Line 3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;

3803: jtf_tasks_pub.p_task_user_hooks.attribute_category := tasks.attribute_category;
3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;
3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;
3811: jtf_tasks_pub.p_task_user_hooks.location_id := l_location_id;

Line 3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;

3804: jtf_tasks_pub.p_task_user_hooks.entity := l_entity;
3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;
3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;
3811: jtf_tasks_pub.p_task_user_hooks.location_id := l_location_id;
3812: jtf_tasks_iuhk.update_task_pre(x_return_status);

Line 3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;

3805: jtf_tasks_pub.p_task_user_hooks.task_confirmation_status := l_task_confirmation_status;
3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;
3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;
3811: jtf_tasks_pub.p_task_user_hooks.location_id := l_location_id;
3812: jtf_tasks_iuhk.update_task_pre(x_return_status);
3813:

Line 3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;

3806: jtf_tasks_pub.p_task_user_hooks.task_confirmation_counter := l_task_confirmation_counter;
3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;
3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;
3811: jtf_tasks_pub.p_task_user_hooks.location_id := l_location_id;
3812: jtf_tasks_iuhk.update_task_pre(x_return_status);
3813:
3814: IF NOT(x_return_status = fnd_api.g_ret_sts_success) THEN

Line 3811: jtf_tasks_pub.p_task_user_hooks.location_id := l_location_id;

3807: jtf_tasks_pub.p_task_user_hooks.task_split_flag := l_task_split_flag;
3808: jtf_tasks_pub.p_task_user_hooks.child_position := l_child_position;
3809: jtf_tasks_pub.p_task_user_hooks.child_sequence_num := l_child_sequence_num;
3810: jtf_tasks_pub.p_task_user_hooks.open_flag := l_orig_open_flag;
3811: jtf_tasks_pub.p_task_user_hooks.location_id := l_location_id;
3812: jtf_tasks_iuhk.update_task_pre(x_return_status);
3813:
3814: IF NOT(x_return_status = fnd_api.g_ret_sts_success) THEN
3815: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 3819: jtf_tasks_pub.lock_task(

3815: x_return_status := fnd_api.g_ret_sts_unexp_error;
3816: RAISE fnd_api.g_exc_unexpected_error;
3817: END IF;
3818:
3819: jtf_tasks_pub.lock_task(
3820: p_api_version => 1.0
3821: , p_init_msg_list => fnd_api.g_false
3822: , p_commit => fnd_api.g_false
3823: , p_task_id => l_task_id

Line 4690: jtf_tasks_pub.p_task_user_hooks.task_id := p_task_id;

4686:
4687:
4688:
4689:
4690: jtf_tasks_pub.p_task_user_hooks.task_id := p_task_id;
4691: jtf_tasks_iuhk.delete_task_pre(x_return_status);
4692:
4693: IF NOT(x_return_status = fnd_api.g_ret_sts_success) THEN
4694: x_return_status := fnd_api.g_ret_sts_unexp_error;

Line 4856: jtf_tasks_pub.lock_task(

4852: RAISE fnd_api.g_exc_unexpected_error;
4853: END IF;
4854: END LOOP;
4855:
4856: jtf_tasks_pub.lock_task(
4857: p_api_version => 1.0
4858: , p_init_msg_list => fnd_api.g_false
4859: , p_commit => fnd_api.g_false
4860: , p_task_id => l_task_id

Line 5010: , p_task_table IN jtf_tasks_pub.task_table_type

5006:
5007: PROCEDURE export_file(
5008: p_path IN VARCHAR2
5009: , p_file_name IN VARCHAR2
5010: , p_task_table IN jtf_tasks_pub.task_table_type
5011: , x_return_status OUT NOCOPY VARCHAR2
5012: , x_msg_count OUT NOCOPY NUMBER
5013: , x_msg_data OUT NOCOPY VARCHAR2
5014: ) IS

Line 5160: , p_sort_data IN jtf_tasks_pub.sort_data

5156: , p_alarm_fired_count IN jtf_tasks_v.alarm_fired_count%TYPE
5157: , p_ref_object_id IN NUMBER
5158: , p_ref_object_type_code IN VARCHAR2
5159: , p_task_name IN jtf_tasks_v.task_name%TYPE
5160: , p_sort_data IN jtf_tasks_pub.sort_data
5161: , p_start_pointer IN NUMBER
5162: , p_rec_wanted IN NUMBER
5163: , p_show_all IN VARCHAR2
5164: , p_query_or_next_code IN VARCHAR2 DEFAULT 'Q'

Line 5165: , x_task_table OUT NOCOPY jtf_tasks_pub.task_table_type

5161: , p_start_pointer IN NUMBER
5162: , p_rec_wanted IN NUMBER
5163: , p_show_all IN VARCHAR2
5164: , p_query_or_next_code IN VARCHAR2 DEFAULT 'Q'
5165: , x_task_table OUT NOCOPY jtf_tasks_pub.task_table_type
5166: , x_total_retrieved OUT NOCOPY NUMBER
5167: , x_total_returned OUT NOCOPY NUMBER
5168: , x_return_status OUT NOCOPY VARCHAR2
5169: , x_msg_count OUT NOCOPY NUMBER

Line 5282: , p_sort_data IN jtf_tasks_pub.sort_data

5278: , p_alarm_fired_count IN jtf_tasks_v.alarm_fired_count%TYPE
5279: , p_ref_object_id IN NUMBER
5280: , p_ref_object_type_code IN VARCHAR2
5281: , p_task_name IN jtf_tasks_v.task_name%TYPE
5282: , p_sort_data IN jtf_tasks_pub.sort_data
5283: , p_start_pointer IN NUMBER
5284: , p_rec_wanted IN NUMBER
5285: , p_show_all IN VARCHAR2
5286: , p_query_or_next_code IN VARCHAR2 DEFAULT 'Q'

Line 5287: , x_task_table OUT NOCOPY jtf_tasks_pub.task_table_type

5283: , p_start_pointer IN NUMBER
5284: , p_rec_wanted IN NUMBER
5285: , p_show_all IN VARCHAR2
5286: , p_query_or_next_code IN VARCHAR2 DEFAULT 'Q'
5287: , x_task_table OUT NOCOPY jtf_tasks_pub.task_table_type
5288: , x_total_retrieved OUT NOCOPY NUMBER
5289: , x_total_returned OUT NOCOPY NUMBER
5290: , x_return_status OUT NOCOPY VARCHAR2
5291: , x_msg_count OUT NOCOPY NUMBER

Line 5302: v_type jtf_tasks_pub.task_rec;

5298: v_dummy INTEGER;
5299: v_cnt INTEGER;
5300: v_end INTEGER;
5301: v_start INTEGER;
5302: v_type jtf_tasks_pub.task_rec;
5303:
5304: PROCEDURE create_sql_statement IS
5305: v_index INTEGER;
5306: v_first INTEGER;

Line 5902: , p_sort_data IN jtf_tasks_pub.sort_data

5898: , -- start or end
5899: p_owner_id IN jtf_tasks_v.owner_id%TYPE DEFAULT NULL
5900: , p_owner_type_code IN jtf_tasks_v.owner_type_code%TYPE DEFAULT NULL
5901: , p_assigned_by IN jtf_tasks_v.assigned_by_id%TYPE DEFAULT NULL
5902: , p_sort_data IN jtf_tasks_pub.sort_data
5903: , p_start_pointer IN NUMBER
5904: , p_rec_wanted IN NUMBER
5905: , p_show_all IN VARCHAR2 DEFAULT 'Y'
5906: , p_query_or_next_code IN VARCHAR2 DEFAULT 'Q'

Line 5907: , x_task_table OUT NOCOPY jtf_tasks_pub.task_table_type

5903: , p_start_pointer IN NUMBER
5904: , p_rec_wanted IN NUMBER
5905: , p_show_all IN VARCHAR2 DEFAULT 'Y'
5906: , p_query_or_next_code IN VARCHAR2 DEFAULT 'Q'
5907: , x_task_table OUT NOCOPY jtf_tasks_pub.task_table_type
5908: , x_total_retrieved OUT NOCOPY NUMBER
5909: , x_total_returned OUT NOCOPY NUMBER
5910: , x_return_status OUT NOCOPY VARCHAR2
5911: , x_msg_count OUT NOCOPY NUMBER

Line 5923: v_type jtf_tasks_pub.task_rec;

5919: v_end INTEGER;
5920: v_start INTEGER;
5921: v_key_date DATE; -- stores date for query string
5922: v_find_date DATE;
5923: v_type jtf_tasks_pub.task_rec;
5924:
5925: PROCEDURE create_sql_statement IS
5926: v_index INTEGER;
5927: v_first INTEGER;