DBA Data[Home] [Help]

APPS.OKC_TASK_PVT dependencies on JTF_OBJECTS_VL

Line 85: from jtf_objects_vl

81:
82: --Select the object code
83: Cursor object_cur is
84: select object_code
85: from jtf_objects_vl
86: where object_code = 'OKC_RESTIME'
87: and object_code in (select object_code
88: from jtf_object_usages
89: where object_user_code = 'TASK');

Line 94: from jtf_objects_vl

90:
91: --Select the owner type code
92: Cursor owner_type_cur is
93: select object_code
94: from jtf_objects_vl
95: where object_code = 'OKX_TASKRES'
96: and object_code in (select object_code
97: from jtf_object_usages
98: where object_user_code = 'RESOURCES');

Line 371: from jtf_objects_vl

367:
368: --Select object code
369: Cursor object_cur is
370: select object_code
371: from jtf_objects_vl
372: where object_code = 'OKC_COND_OCCR'
373: and object_code in (select object_code
374: from jtf_object_usages
375: where object_user_code = 'TASK');

Line 380: from jtf_objects_vl

376:
377: --Select the owner type code
378: Cursor owner_type_cur is
379: select object_code
380: from jtf_objects_vl
381: where object_code = 'OKX_TASKRES'
382: and object_code in (select object_code
383: from jtf_object_usages
384: where object_user_code = 'RESOURCES');

Line 528: from jtf_objects_vl

524:
525: --Select object code
526: Cursor object_cur is
527: select object_code
528: from jtf_objects_vl
529: where object_code = 'OKC_K_HEADER'
530: and object_code in (select object_code
531: from jtf_object_usages
532: where object_user_code = 'TASK');

Line 537: from jtf_objects_vl

533:
534: --Select the owner type code
535: Cursor owner_type_cur is
536: select object_code
537: from jtf_objects_vl
538: where object_code = 'OKX_TASKRES'
539: and object_code in (select object_code
540: from jtf_object_usages
541: where object_user_code = 'RESOURCES');