DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_ADJ dependencies on OE_LINE_ADJ_UTIL

Line 70: -- OE_Line_Adj_UTIL.API_Rec_To_Rowtype_Rec

66: -- Commented for bug 2155582
67: -- -- Due to incompatibilities in the record type structure
68: -- -- copy the data to a rowtype record format
69:
70: -- OE_Line_Adj_UTIL.API_Rec_To_Rowtype_Rec
71: -- (p_line_adj_rec => p_x_line_adj_rec,
72: -- x_rowtype_rec => g_Line_Adj_rec);
73: -- OE_Line_Adj_UTIL.API_Rec_To_Rowtype_Rec
74: -- (p_line_adj_rec => p_old_line_adj_rec,

Line 73: -- OE_Line_Adj_UTIL.API_Rec_To_Rowtype_Rec

69:
70: -- OE_Line_Adj_UTIL.API_Rec_To_Rowtype_Rec
71: -- (p_line_adj_rec => p_x_line_adj_rec,
72: -- x_rowtype_rec => g_Line_Adj_rec);
73: -- OE_Line_Adj_UTIL.API_Rec_To_Rowtype_Rec
74: -- (p_line_adj_rec => p_old_line_adj_rec,
75: -- x_rowtype_rec => l_old_Line_Adj_rec);
76:
77: g_line_adj_rec := p_x_line_adj_rec;

Line 210: -- OE_Line_Adj_UTIL.RowType_Rec_to_API_Rec

206: -- );
207:
208: -- -- copy the data back to a format that is compatible with the API architecture
209:
210: -- OE_Line_Adj_UTIL.RowType_Rec_to_API_Rec
211: -- (p_record => g_Line_Adj_rec,
212: -- x_api_rec => p_x_line_adj_rec);
213:
214: -- Code added for bug 2155582

Line 219: OE_LINE_ADJ_UTIL.Convert_Miss_To_Null( p_x_line_adj_rec );

215:
216: p_x_line_adj_rec := g_line_adj_rec;
217:
218: oe_debug_pub.add('call convert_miss_to_null');
219: OE_LINE_ADJ_UTIL.Convert_Miss_To_Null( p_x_line_adj_rec );
220:
221: -- end bug 2155582
222:
223: /* 1581620 start */