DBA Data[Home] [Help]

APPS.OKC_OC_INT_KTQ_PVT dependencies on OKC_SUBCLASS_TOP_LINE

Line 443: from okc_subclass_top_line stl,

439: jot.object_code,
440: jot.where_clause,
441: jot.from_table
442: -- stl.seeded_flag
443: from okc_subclass_top_line stl,
444: okc_line_styles_v lse,
445: okc_line_style_sources lss,
446: jtf_objects_b jot
447: where

Line 467: -- seeded_flag okc_subclass_top_line.seeded_flag%TYPE

463: lse_name okc_line_styles_v.name%type,
464: object_code jtf_objects_b.object_code%type,
465: where_clause jtf_objects_b.where_clause%type,
466: from_table jtf_objects_b.from_table%type
467: -- seeded_flag okc_subclass_top_line.seeded_flag%TYPE
468: );
469:
470: TYPE line_style_tab IS TABLE OF line_style_rec_type INDEX BY BINARY_INTEGER;
471: l_line_style_tab line_style_tab;