DBA Data[Home] [Help]

APPS.OKC_OC_INT_KTQ_PVT dependencies on OKC_LINE_STYLE_SOURCES

Line 299: ,okc_line_style_sources lss

295: jtf_objects_b jot
296: ,okc_k_lines_b cle
297: ,okc_k_items cim
298: ,okc_line_styles_b lse
299: ,okc_line_style_sources lss
300: ,okx_customer_products_v cpt
301: ,okc_statuses_b sts
302: WHERE
303: cim.cle_id = cle.id

Line 357: ,okc_line_style_sources lss

353: FROM jtf_objects_b jot
354: ,okc_k_lines_b cle
355: ,okc_k_items cim
356: ,okc_line_styles_b lse
357: ,okc_line_style_sources lss
358: ,okx_product_lines_v cpt
359: ,okx_system_items_v sit
360: ,okc_statuses_b sts
361: WHERE cim.cle_id = cle.id

Line 445: okc_line_style_sources lss,

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
448: jot.object_code = lss.jtot_object_code
449: and lss.lse_id = lse.id

Line 575: ,line_source_code okc_line_style_sources.jtot_object_code%TYPE

571: ,object_id2 okc_k_items.object1_id2%TYPE
572: --
573: ,line_style okc_line_styles_b.lse_type%TYPE
574: ,line_type okc_line_styles_b.lty_code%TYPE
575: ,line_source_code okc_line_style_sources.jtot_object_code%TYPE
576: ,line_source_table jtf_objects_b.from_table%TYPE
577: --
578: ,item_source_code okc_k_items.jtot_object1_code%TYPE
579: ,item_source_table jtf_objects_b.from_table%TYPE

Line 1572: okc_line_style_sources lss,

1568: FROM
1569: okc_k_lines_v cle,
1570: okc_k_items cim,
1571: okc_line_styles_b lse,
1572: okc_line_style_sources lss,
1573: jtf_objects_b jot,
1574: jtf_objects_b jot2,
1575: okc_statuses_b sts,
1576: -- okx_system_items_v sit,