DBA Data[Home] [Help]

APPS.OKC_TASK_PVT dependencies on JTF_TASK_TYPES_VL

Line 70: from jtf_task_types_vl

66: -- Read OKCSCHRULE - Contract Schedule Rule
67: --Select the task_type
68: Cursor task_cur is
69: select task_type_id, name
70: from jtf_task_types_vl
71: where task_type_id = 23;
72: -- where name = 'OKCSCHRULE';
73:
74: -- Replaced name with seeded ids to avoid translation issues - Bug 1683539

Line 356: from jtf_task_types_vl

352: -- Read OKCCONDITION - Contract Condition
353: --Select task_type
354: Cursor task_cur is
355: select task_type_id, name
356: from jtf_task_types_vl
357: where task_type_id = 18;
358: --where name = 'OKCCONDITION';
359:
360: -- Replaced name with seeded ids to avoid translation issues - Bug 1683539

Line 513: from jtf_task_types_vl

509: -- Read OKCCONTINGENT - Contract Contingent Event
510: --Select task_type
511: Cursor task_cur is
512: select task_type_id, name
513: from jtf_task_types_vl
514: where task_type_id = 24;
515: --where name = 'OKCCONTINGENT';
516:
517: -- Replaced name with seeded ids to avoid translation issues - Bug 1683539