DBA Data[Home] [Help]

APPS.OKC_TASK_PVT dependencies on JTF_OBJECT_USAGES

Line 88: from jtf_object_usages

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');
90:
91: --Select the owner type code
92: Cursor owner_type_cur is

Line 97: from jtf_object_usages

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');
99:
100: CURSOR day_cur is
101: SELECT UOM_CODE FROM OKC_TIME_CODE_UNITS_B

Line 374: from jtf_object_usages

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');
376:
377: --Select the owner type code
378: Cursor owner_type_cur is

Line 383: from jtf_object_usages

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');
385:
386: l_notfound BOOLEAN;
387: BEGIN

Line 531: from jtf_object_usages

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');
533:
534: --Select the owner type code
535: Cursor owner_type_cur is

Line 540: from jtf_object_usages

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');
542:
543: l_notfound BOOLEAN;
544: