DBA Data[Home] [Help]

APPS.JTF_TASK_ASSIGNMENTS_PUB_W dependencies on JTF_TASK_ASSIGNMENTS_PUB

Line 1: package body jtf_task_assignments_pub_w as

1: package body jtf_task_assignments_pub_w as
2: /* $Header: jtfbtkab.pls 120.3 2006/04/26 04:16 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 144: jtf_task_assignments_pub.create_task_assignment(p_api_version,

140:
141:
142:
143: -- here's the delegated call to the old PL/SQL routine
144: jtf_task_assignments_pub.create_task_assignment(p_api_version,
145: p_init_msg_list,
146: p_commit,
147: p_task_assignment_id,
148: p_task_id,

Line 389: jtf_task_assignments_pub.create_task_assignment(p_api_version,

385:
386:
387:
388: -- here's the delegated call to the old PL/SQL routine
389: jtf_task_assignments_pub.create_task_assignment(p_api_version,
390: p_init_msg_list,
391: p_commit,
392: p_task_assignment_id,
393: p_task_id,

Line 630: jtf_task_assignments_pub.create_task_assignment(p_api_version,

626:
627:
628:
629: -- here's the delegated call to the old PL/SQL routine
630: jtf_task_assignments_pub.create_task_assignment(p_api_version,
631: p_init_msg_list,
632: p_commit,
633: p_task_assignment_id,
634: p_task_id,

Line 865: jtf_task_assignments_pub.create_task_assignment(p_api_version,

861:
862:
863:
864: -- here's the delegated call to the old PL/SQL routine
865: jtf_task_assignments_pub.create_task_assignment(p_api_version,
866: p_init_msg_list,
867: p_commit,
868: p_task_assignment_id,
869: p_task_id,

Line 1102: jtf_task_assignments_pub.update_task_assignment(p_api_version,

1098:
1099:
1100:
1101: -- here's the delegated call to the old PL/SQL routine
1102: jtf_task_assignments_pub.update_task_assignment(p_api_version,
1103: p_object_version_number,
1104: p_init_msg_list,
1105: p_commit,
1106: p_task_assignment_id,

Line 1343: jtf_task_assignments_pub.update_task_assignment(p_api_version,

1339:
1340:
1341:
1342: -- here's the delegated call to the old PL/SQL routine
1343: jtf_task_assignments_pub.update_task_assignment(p_api_version,
1344: p_object_version_number,
1345: p_init_msg_list,
1346: p_commit,
1347: p_task_assignment_id,

Line 1578: jtf_task_assignments_pub.update_task_assignment(p_api_version,

1574:
1575:
1576:
1577: -- here's the delegated call to the old PL/SQL routine
1578: jtf_task_assignments_pub.update_task_assignment(p_api_version,
1579: p_object_version_number,
1580: p_init_msg_list,
1581: p_commit,
1582: p_task_assignment_id,

Line 1689: end jtf_task_assignments_pub_w;

1685:
1686:
1687: end;
1688:
1689: end jtf_task_assignments_pub_w;