DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_SCREDIT dependencies on OE_LINE_SCREDIT_UTIL

Line 74: OE_Line_Scredit_UTIL.API_Rec_To_Rowtype_Rec

70: END IF;
71:
72: /* Commented the following code to fix the bug 2044438
73:
74: OE_Line_Scredit_UTIL.API_Rec_To_Rowtype_Rec
75: (p_line_scredit_rec => p_x_line_scredit_rec
76: ,x_rowtype_rec => g_line_scredit_rec);
77:
78: oe_debug_pub.add('Default attributes 1.1');

Line 79: OE_Line_Scredit_UTIL.API_Rec_To_Rowtype_Rec

75: (p_line_scredit_rec => p_x_line_scredit_rec
76: ,x_rowtype_rec => g_line_scredit_rec);
77:
78: oe_debug_pub.add('Default attributes 1.1');
79: OE_Line_Scredit_UTIL.API_Rec_To_Rowtype_Rec
80: (p_line_scredit_rec => p_old_line_scredit_rec
81: ,x_rowtype_rec => l_old_line_scredit_rec);
82:
83: oe_debug_pub.add('Default attributes 2');

Line 116: OE_Line_Scredit_UTIL.RowType_Rec_to_API_Rec

112: ,p_in_old_rec => l_old_line_scredit_rec);
113:
114: -- copy the data back to a format that is compatible with the API architecture
115: oe_debug_pub.add('Default attributes 5');
116: OE_Line_Scredit_UTIL.RowType_Rec_to_API_Rec
117: (p_record => g_line_scredit_rec
118: ,x_api_rec => p_x_line_scredit_rec);
119:
120: End Comment for bug 2044438 */

Line 129: OE_LINE_SCREDIT_UTIL.Convert_Miss_To_Null

125:
126: IF l_debug_level > 0 THEN
127: oe_debug_pub.add( 'CALL CONVERT_MISS_TO_NULL' ) ;
128: END IF;
129: OE_LINE_SCREDIT_UTIL.Convert_Miss_To_Null
130: (p_x_line_scredit_rec);
131:
132: /* End of the code added to fix the bug 2044438 */
133: