DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE_PAYMENT dependencies on OE_LINE_PAYMENT_UTIL

Line 46: OE_Line_Payment_UTIL.API_Rec_To_Rowtype_Rec

42:
43: -- Due to incompatibilities in the record type structure
44: -- copy the data to a rowtype record format
45:
46: OE_Line_Payment_UTIL.API_Rec_To_Rowtype_Rec
47: (p_line_payment_rec => p_x_line_payment_rec
48: ,x_rowtype_rec => g_line_payment_rec);
49: OE_Line_Payment_UTIL.API_Rec_To_Rowtype_Rec
50: (p_line_payment_rec => p_old_line_payment_rec

Line 49: OE_Line_Payment_UTIL.API_Rec_To_Rowtype_Rec

45:
46: OE_Line_Payment_UTIL.API_Rec_To_Rowtype_Rec
47: (p_line_payment_rec => p_x_line_payment_rec
48: ,x_rowtype_rec => g_line_payment_rec);
49: OE_Line_Payment_UTIL.API_Rec_To_Rowtype_Rec
50: (p_line_payment_rec => p_old_line_payment_rec
51: ,x_rowtype_rec => l_old_line_payment_rec);
52:
53: -- For some fields, get hardcoded defaults based on the operation

Line 122: OE_Line_Payment_UTIL.RowType_Rec_to_API_Rec

118: oe_debug_pub.add('In defaulting5');
119: END IF;
120: -- copy the data back to a format that is compatible with the API architecture
121:
122: OE_Line_Payment_UTIL.RowType_Rec_to_API_Rec
123: (p_record => g_line_Payment_rec
124: ,x_api_rec => p_x_line_Payment_rec);
125:
126: IF l_debug_level > 0 THEN

Line 130: OE_LINE_Payment_UTIL.Convert_Miss_To_Null

126: IF l_debug_level > 0 THEN
127: oe_debug_pub.add( 'CALL CONVERT_MISS_TO_NULL' ) ;
128: END IF;
129:
130: OE_LINE_Payment_UTIL.Convert_Miss_To_Null
131: (p_x_line_Payment_rec);
132:
133: /* code change for defer_payment_processing_flag */
134: