DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_LINE_UTIL_EXT

Line 559: OE_Line_Util_Ext.Clear_Dependent_Attr

555: THEN
556: p_x_line_rec.blanket_number := p_blanket_number;
557: l_line_rec := p_x_line_rec;
558: -- Clear dependents based on blanket number
559: OE_Line_Util_Ext.Clear_Dependent_Attr
560: (p_attr_id => OE_LINE_UTIL.G_BLANKET_NUMBER
561: ,p_x_line_rec => p_x_line_rec
562: ,p_initial_line_rec => l_line_rec
563: ,p_old_line_rec => p_old_line_rec

Line 576: OE_Line_Util_Ext.Clear_Dependent_Attr

572: THEN
573: p_x_line_rec.blanket_line_number := p_blanket_line_number;
574: l_line_rec := p_x_line_rec;
575: -- Clear dependents based on blanket number
576: OE_Line_Util_Ext.Clear_Dependent_Attr
577: (p_attr_id => OE_LINE_UTIL.G_BLANKET_LINE_NUMBER
578: ,p_x_line_rec => p_x_line_rec
579: ,p_initial_line_rec => l_line_rec
580: ,p_old_line_rec => p_old_line_rec

Line 4859: OE_LINE_UTIL_EXT.API_Rec_To_Rowtype_Rec

4855:
4856: -- Due to incompatibilities in the record type structure
4857: -- copy the data to a rowtype record format
4858:
4859: OE_LINE_UTIL_EXT.API_Rec_To_Rowtype_Rec
4860: (p_line_rec => g_line_rec
4861: ,x_rowtype_rec => l_in_rec);
4862: OE_LINE_UTIL_EXT.API_Rec_To_Rowtype_Rec
4863: (p_line_rec => p_old_line_rec

Line 4862: OE_LINE_UTIL_EXT.API_Rec_To_Rowtype_Rec

4858:
4859: OE_LINE_UTIL_EXT.API_Rec_To_Rowtype_Rec
4860: (p_line_rec => g_line_rec
4861: ,x_rowtype_rec => l_in_rec);
4862: OE_LINE_UTIL_EXT.API_Rec_To_Rowtype_Rec
4863: (p_line_rec => p_old_line_rec
4864: ,x_rowtype_rec => l_in_old_rec);
4865:
4866: --Perform blanket defaulting

Line 4964: OE_LINE_UTIL_EXT.RowType_Rec_to_API_Rec

4960: END IF; --pack I or greater
4961:
4962: -- copy the data back to a format that is compatible with the API architecture
4963:
4964: OE_LINE_UTIL_EXT.RowType_Rec_to_API_Rec
4965: (p_record => l_rec
4966: ,x_api_rec => p_x_line_rec);
4967: -- sol_ord_er #16014165
4968: If p_x_Line_rec.subscription_enable_flag is NULL OR