DBA Data[Home] [Help]

APPS.OE_LINE_UTIL_EXT dependencies on OE_DEFAULT_LINE

Line 1399: -- was calling oe_default_line even if there weren't any dependents!

1395:
1396: -- Bug 2337711: Initialize this OUT parameter to 'N', if a
1397: -- dependent attribute is cleared later, it will be re-set to 'Y'.
1398: -- Without this initialization, procedure Clear_Dep_And_Default
1399: -- was calling oe_default_line even if there weren't any dependents!
1400: x_dep_attr_exists := 'N';
1401:
1402: IF p_src_attr_tbl.COUNT > 0 THEN
1403:

Line 3006: OE_Default_Line.Attributes

3002: END IF;
3003:
3004: RowType_Rec_To_API_Rec(l_line_rec, p_x_line_rec);
3005:
3006: OE_Default_Line.Attributes
3007: ( p_x_line_rec => p_x_line_rec
3008: , p_old_line_rec => p_old_line_rec
3009: );
3010: