DBA Data[Home] [Help]

APPS.OKC_OC_INT_QTK_PVT dependencies on JTF_OBJECTS_B

Line 65: ,object_code jtf_objects_b.object_code%TYPE

61: ,price_basis_yn okc_line_styles_v.price_basis_yn%TYPE
62:
63: ,lse_id okc_line_styles_v.id%TYPE
64: ,lse_name okc_line_styles_v.name%TYPE
65: ,object_code jtf_objects_b.object_code%TYPE
66: ,where_clause jtf_objects_b.where_clause%TYPE
67: ,from_table jtf_objects_b.from_table%TYPE --Added by RG 04/20/2000
68:
69: ,recursive_yn okc_line_styles_v.recursive_yn%TYPE

Line 66: ,where_clause jtf_objects_b.where_clause%TYPE

62:
63: ,lse_id okc_line_styles_v.id%TYPE
64: ,lse_name okc_line_styles_v.name%TYPE
65: ,object_code jtf_objects_b.object_code%TYPE
66: ,where_clause jtf_objects_b.where_clause%TYPE
67: ,from_table jtf_objects_b.from_table%TYPE --Added by RG 04/20/2000
68:
69: ,recursive_yn okc_line_styles_v.recursive_yn%TYPE
70: --added for configurator model line

Line 67: ,from_table jtf_objects_b.from_table%TYPE --Added by RG 04/20/2000

63: ,lse_id okc_line_styles_v.id%TYPE
64: ,lse_name okc_line_styles_v.name%TYPE
65: ,object_code jtf_objects_b.object_code%TYPE
66: ,where_clause jtf_objects_b.where_clause%TYPE
67: ,from_table jtf_objects_b.from_table%TYPE --Added by RG 04/20/2000
68:
69: ,recursive_yn okc_line_styles_v.recursive_yn%TYPE
70: --added for configurator model line
71: );

Line 83: ,object_code jtf_objects_b.object_code%TYPE

79: ,priced_yn okc_line_styles_v.priced_yn%TYPE
80: ,service_item_yn okc_line_styles_v.service_item_yn%TYPE -- GF bug=2291968
81: ,lse_id okc_line_styles_v.id%TYPE
82: ,lse_name okc_line_styles_v.name%TYPE
83: ,object_code jtf_objects_b.object_code%TYPE
84: ,from_table jtf_objects_b.from_table%TYPE
85: ,where_clause jtf_objects_b.where_clause%TYPE );
86:
87: -- create pl/ql table to hold all sub linestyles for template/contract

Line 84: ,from_table jtf_objects_b.from_table%TYPE

80: ,service_item_yn okc_line_styles_v.service_item_yn%TYPE -- GF bug=2291968
81: ,lse_id okc_line_styles_v.id%TYPE
82: ,lse_name okc_line_styles_v.name%TYPE
83: ,object_code jtf_objects_b.object_code%TYPE
84: ,from_table jtf_objects_b.from_table%TYPE
85: ,where_clause jtf_objects_b.where_clause%TYPE );
86:
87: -- create pl/ql table to hold all sub linestyles for template/contract
88:

Line 85: ,where_clause jtf_objects_b.where_clause%TYPE );

81: ,lse_id okc_line_styles_v.id%TYPE
82: ,lse_name okc_line_styles_v.name%TYPE
83: ,object_code jtf_objects_b.object_code%TYPE
84: ,from_table jtf_objects_b.from_table%TYPE
85: ,where_clause jtf_objects_b.where_clause%TYPE );
86:
87: -- create pl/ql table to hold all sub linestyles for template/contract
88:
89: TYPE sub_line_style_tab_type IS TABLE OF sub_line_style_rec_type INDEX BY BINARY_INTEGER;