DBA Data[Home] [Help]

APPS.OKL_FEE_PVT dependencies on OKL_FEES_TL

Line 75: id okl_fees_tl.id%TYPE

71: );
72:
73: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
74: TYPE feetl_rec_type IS RECORD (
75: id okl_fees_tl.id%TYPE
76: ,short_description okl_fees_tl.short_description%TYPE
77: ,description okl_fees_tl.description%TYPE
78: ,comments okl_fees_tl.comments%TYPE
79: );

Line 76: ,short_description okl_fees_tl.short_description%TYPE

72:
73: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
74: TYPE feetl_rec_type IS RECORD (
75: id okl_fees_tl.id%TYPE
76: ,short_description okl_fees_tl.short_description%TYPE
77: ,description okl_fees_tl.description%TYPE
78: ,comments okl_fees_tl.comments%TYPE
79: );
80:

Line 77: ,description okl_fees_tl.description%TYPE

73: -- Do not include WHO, LANGUAGE and SFWT_FLAG columns in the _TL record structure
74: TYPE feetl_rec_type IS RECORD (
75: id okl_fees_tl.id%TYPE
76: ,short_description okl_fees_tl.short_description%TYPE
77: ,description okl_fees_tl.description%TYPE
78: ,comments okl_fees_tl.comments%TYPE
79: );
80:
81: -- view record structure

Line 78: ,comments okl_fees_tl.comments%TYPE

74: TYPE feetl_rec_type IS RECORD (
75: id okl_fees_tl.id%TYPE
76: ,short_description okl_fees_tl.short_description%TYPE
77: ,description okl_fees_tl.description%TYPE
78: ,comments okl_fees_tl.comments%TYPE
79: );
80:
81: -- view record structure
82: TYPE feev_rec_type IS RECORD (

Line 118: ,short_description okl_fees_tl.short_description%TYPE

114: ,initial_direct_cost okl_fees_b.initial_direct_cost%TYPE
115: ,fee_amount okl_fees_b.fee_amount%TYPE
116: ,target_amount okl_fees_b.target_amount%TYPE
117: ,target_frequency okl_fees_b.target_frequency%TYPE
118: ,short_description okl_fees_tl.short_description%TYPE
119: ,description okl_fees_tl.description%TYPE
120: ,comments okl_fees_tl.comments%TYPE
121: ,payment_type_id okl_fees_b.payment_type_id%TYPE
122: ,fee_purpose_code okl_fees_b.fee_purpose_code%TYPE

Line 119: ,description okl_fees_tl.description%TYPE

115: ,fee_amount okl_fees_b.fee_amount%TYPE
116: ,target_amount okl_fees_b.target_amount%TYPE
117: ,target_frequency okl_fees_b.target_frequency%TYPE
118: ,short_description okl_fees_tl.short_description%TYPE
119: ,description okl_fees_tl.description%TYPE
120: ,comments okl_fees_tl.comments%TYPE
121: ,payment_type_id okl_fees_b.payment_type_id%TYPE
122: ,fee_purpose_code okl_fees_b.fee_purpose_code%TYPE
123: );

Line 120: ,comments okl_fees_tl.comments%TYPE

116: ,target_amount okl_fees_b.target_amount%TYPE
117: ,target_frequency okl_fees_b.target_frequency%TYPE
118: ,short_description okl_fees_tl.short_description%TYPE
119: ,description okl_fees_tl.description%TYPE
120: ,comments okl_fees_tl.comments%TYPE
121: ,payment_type_id okl_fees_b.payment_type_id%TYPE
122: ,fee_purpose_code okl_fees_b.fee_purpose_code%TYPE
123: );
124: