DBA Data[Home] [Help]

APPS.JTF_TASKS_PVT_W dependencies on JTF_TASKS_PVT

Line 1: package body jtf_tasks_pvt_w as

1: package body jtf_tasks_pvt_w as
2: /* $Header: jtfrtktb.pls 120.4 2006/04/26 04:38 knayyar ship $ */
3: rosetta_g_mistake_date date := to_date('01/01/+4713', 'MM/DD/SYYYY');
4: rosetta_g_miss_date date := to_date('01/01/-4712', 'MM/DD/SYYYY');
5: rosetta_g_mistake_date_high date := to_date('01/01/+4710', 'MM/DD/SYYYY');

Line 218: jtf_tasks_pvt.create_task(p_api_version,

214:
215:
216:
217: -- here's the delegated call to the old PL/SQL routine
218: jtf_tasks_pvt.create_task(p_api_version,
219: p_init_msg_list,
220: p_commit,
221: p_task_id,
222: p_task_name,

Line 609: jtf_tasks_pvt.create_task(p_api_version,

605:
606:
607:
608: -- here's the delegated call to the old PL/SQL routine
609: jtf_tasks_pvt.create_task(p_api_version,
610: p_init_msg_list,
611: p_commit,
612: p_task_id,
613: p_task_name,

Line 1018: jtf_tasks_pvt.create_task(p_api_version,

1014:
1015:
1016:
1017: -- here's the delegated call to the old PL/SQL routine
1018: jtf_tasks_pvt.create_task(p_api_version,
1019: p_init_msg_list,
1020: p_commit,
1021: p_task_id,
1022: p_task_name,

Line 1439: jtf_tasks_pvt.create_task(p_api_version,

1435:
1436:
1437:
1438: -- here's the delegated call to the old PL/SQL routine
1439: jtf_tasks_pvt.create_task(p_api_version,
1440: p_init_msg_list,
1441: p_commit,
1442: p_task_id,
1443: p_task_name,

Line 1838: jtf_tasks_pvt.create_task(p_api_version,

1834:
1835:
1836:
1837: -- here's the delegated call to the old PL/SQL routine
1838: jtf_tasks_pvt.create_task(p_api_version,
1839: p_init_msg_list,
1840: p_commit,
1841: p_task_id,
1842: p_task_name,

Line 2221: jtf_tasks_pvt.update_task(p_api_version,

2217:
2218:
2219:
2220: -- here's the delegated call to the old PL/SQL routine
2221: jtf_tasks_pvt.update_task(p_api_version,
2222: p_init_msg_list,
2223: p_commit,
2224: p_object_version_number,
2225: p_task_id,

Line 2610: jtf_tasks_pvt.update_task(p_api_version,

2606:
2607:
2608:
2609: -- here's the delegated call to the old PL/SQL routine
2610: jtf_tasks_pvt.update_task(p_api_version,
2611: p_init_msg_list,
2612: p_commit,
2613: p_object_version_number,
2614: p_task_id,

Line 3013: jtf_tasks_pvt.update_task(p_api_version,

3009:
3010:
3011:
3012: -- here's the delegated call to the old PL/SQL routine
3013: jtf_tasks_pvt.update_task(p_api_version,
3014: p_init_msg_list,
3015: p_commit,
3016: p_object_version_number,
3017: p_task_id,

Line 3426: jtf_tasks_pvt.update_task(p_api_version,

3422:
3423:
3424:
3425: -- here's the delegated call to the old PL/SQL routine
3426: jtf_tasks_pvt.update_task(p_api_version,
3427: p_init_msg_list,
3428: p_commit,
3429: p_object_version_number,
3430: p_task_id,

Line 3823: jtf_tasks_pvt.update_task(p_api_version,

3819:
3820:
3821:
3822: -- here's the delegated call to the old PL/SQL routine
3823: jtf_tasks_pvt.update_task(p_api_version,
3824: p_init_msg_list,
3825: p_commit,
3826: p_object_version_number,
3827: p_task_id,

Line 4202: jtf_tasks_pvt.update_task(p_api_version,

4198:
4199:
4200:
4201: -- here's the delegated call to the old PL/SQL routine
4202: jtf_tasks_pvt.update_task(p_api_version,
4203: p_init_msg_list,
4204: p_commit,
4205: p_object_version_number,
4206: p_task_id,

Line 4381: end jtf_tasks_pvt_w;

4377:
4378:
4379: end;
4380:
4381: end jtf_tasks_pvt_w;