DBA Data[Home] [Help]

APPS.OE_DEFAULT_HEADER_ADJ dependencies on OE_HEADER_ADJ_UTIL

Line 68: -- OE_Header_Adj_UTIL.API_Rec_To_Rowtype_Rec

64:
65: -- /* Commenting for bug 2155582
66: -- -- Due to incompatibilities in the record type structure
67: -- -- copy the data to a rowtype record format
68: -- OE_Header_Adj_UTIL.API_Rec_To_Rowtype_Rec
69: -- (p_header_Adj_rec => p_x_header_adj_rec,
70: -- x_rowtype_rec => g_Header_Adj_rec);
71: -- OE_Header_Adj_UTIL.API_Rec_To_Rowtype_Rec
72: -- (p_header_Adj_rec => p_old_header_adj_rec,

Line 71: -- OE_Header_Adj_UTIL.API_Rec_To_Rowtype_Rec

67: -- -- copy the data to a rowtype record format
68: -- OE_Header_Adj_UTIL.API_Rec_To_Rowtype_Rec
69: -- (p_header_Adj_rec => p_x_header_adj_rec,
70: -- x_rowtype_rec => g_Header_Adj_rec);
71: -- OE_Header_Adj_UTIL.API_Rec_To_Rowtype_Rec
72: -- (p_header_Adj_rec => p_old_header_adj_rec,
73: -- x_rowtype_rec => l_old_Header_Adj_rec);
74: -- */
75:

Line 204: -- OE_Header_Adj_UTIL.RowType_Rec_to_API_Rec

200: -- );
201:
202: -- -- copy the data back to a format that is compatible with the API architecture
203:
204: -- OE_Header_Adj_UTIL.RowType_Rec_to_API_Rec
205: -- (p_record => g_header_Adj_rec
206: -- ,x_api_rec => p_x_header_Adj_rec);
207:
208: -- Code added for bug 2155582

Line 213: OE_HEADER_ADJ_UTIL.Convert_Miss_To_Null( p_x_header_adj_rec );

209:
210: p_x_header_adj_rec := g_header_adj_rec;
211:
212: oe_debug_pub.add('call convert_miss_to_null');
213: OE_HEADER_ADJ_UTIL.Convert_Miss_To_Null( p_x_header_adj_rec );
214:
215: -- end bug 2155582
216:
217: /* 1581620 start */