DBA Data[Home] [Help]

APPS.OKL_CDJ_PVT dependencies on OKL_COST_ADJUSTMENTS_TL

Line 69: id okl_cost_adjustments_tl.id%TYPE

65: );
66:
67: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
68: TYPE cdjtl_rec_type IS RECORD (
69: id okl_cost_adjustments_tl.id%TYPE
70: ,short_description okl_cost_adjustments_tl.short_description%TYPE
71: ,description okl_cost_adjustments_tl.description%TYPE
72: ,comments okl_cost_adjustments_tl.comments%TYPE
73: );

Line 70: ,short_description okl_cost_adjustments_tl.short_description%TYPE

66:
67: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
68: TYPE cdjtl_rec_type IS RECORD (
69: id okl_cost_adjustments_tl.id%TYPE
70: ,short_description okl_cost_adjustments_tl.short_description%TYPE
71: ,description okl_cost_adjustments_tl.description%TYPE
72: ,comments okl_cost_adjustments_tl.comments%TYPE
73: );
74:

Line 71: ,description okl_cost_adjustments_tl.description%TYPE

67: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
68: TYPE cdjtl_rec_type IS RECORD (
69: id okl_cost_adjustments_tl.id%TYPE
70: ,short_description okl_cost_adjustments_tl.short_description%TYPE
71: ,description okl_cost_adjustments_tl.description%TYPE
72: ,comments okl_cost_adjustments_tl.comments%TYPE
73: );
74:
75: -- view record structure

Line 72: ,comments okl_cost_adjustments_tl.comments%TYPE

68: TYPE cdjtl_rec_type IS RECORD (
69: id okl_cost_adjustments_tl.id%TYPE
70: ,short_description okl_cost_adjustments_tl.short_description%TYPE
71: ,description okl_cost_adjustments_tl.description%TYPE
72: ,comments okl_cost_adjustments_tl.comments%TYPE
73: );
74:
75: -- view record structure
76: TYPE cdjv_rec_type IS RECORD (

Line 104: ,short_description okl_cost_adjustments_tl.short_description%TYPE

100: ,value okl_cost_adjustments_b.value%TYPE
101: ,processing_type okl_cost_adjustments_b.processing_type%TYPE
102: ,supplier_id okl_cost_adjustments_b.supplier_id%TYPE
103: ,default_subsidy_amount okl_cost_adjustments_b.default_subsidy_amount%TYPE
104: ,short_description okl_cost_adjustments_tl.short_description%TYPE
105: ,description okl_cost_adjustments_tl.description%TYPE
106: ,comments okl_cost_adjustments_tl.comments%TYPE
107: ,percent_basis_value okl_cost_adjustments_b.percent_basis_value%TYPE
108: --Bug # 5142940 ssdeshpa start

Line 105: ,description okl_cost_adjustments_tl.description%TYPE

101: ,processing_type okl_cost_adjustments_b.processing_type%TYPE
102: ,supplier_id okl_cost_adjustments_b.supplier_id%TYPE
103: ,default_subsidy_amount okl_cost_adjustments_b.default_subsidy_amount%TYPE
104: ,short_description okl_cost_adjustments_tl.short_description%TYPE
105: ,description okl_cost_adjustments_tl.description%TYPE
106: ,comments okl_cost_adjustments_tl.comments%TYPE
107: ,percent_basis_value okl_cost_adjustments_b.percent_basis_value%TYPE
108: --Bug # 5142940 ssdeshpa start
109: ,stream_type_id okl_cost_adjustments_b.stream_type_id%TYPE

Line 106: ,comments okl_cost_adjustments_tl.comments%TYPE

102: ,supplier_id okl_cost_adjustments_b.supplier_id%TYPE
103: ,default_subsidy_amount okl_cost_adjustments_b.default_subsidy_amount%TYPE
104: ,short_description okl_cost_adjustments_tl.short_description%TYPE
105: ,description okl_cost_adjustments_tl.description%TYPE
106: ,comments okl_cost_adjustments_tl.comments%TYPE
107: ,percent_basis_value okl_cost_adjustments_b.percent_basis_value%TYPE
108: --Bug # 5142940 ssdeshpa start
109: ,stream_type_id okl_cost_adjustments_b.stream_type_id%TYPE
110: --Bug # 5142940 ssdeshpa end