DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_CONFIG_UTIL

Line 1466: /* We are introducing a new procedure Default_Child_Line in oe_config_util

1462: l_top_model_line_rec := OE_Order_Cache.Load_Top_Model_Line
1463: (l_parent_line_id );
1464:
1465:
1466: /* We are introducing a new procedure Default_Child_Line in oe_config_util
1467: * to default all appropriate values from top model to its children.
1468: * In future if you need to copy anything from parent to children,
1469: * add code in oe_config_util */
1470:

Line 1469: * add code in oe_config_util */

1465:
1466: /* We are introducing a new procedure Default_Child_Line in oe_config_util
1467: * to default all appropriate values from top model to its children.
1468: * In future if you need to copy anything from parent to children,
1469: * add code in oe_config_util */
1470:
1471: oe_config_util.default_child_line
1472: (p_parent_line_rec => l_top_model_line_rec,
1473: p_x_child_line_rec => g_line_rec,

Line 1471: oe_config_util.default_child_line

1467: * to default all appropriate values from top model to its children.
1468: * In future if you need to copy anything from parent to children,
1469: * add code in oe_config_util */
1470:
1471: oe_config_util.default_child_line
1472: (p_parent_line_rec => l_top_model_line_rec,
1473: p_x_child_line_rec => g_line_rec,
1474: x_return_status => l_return_status);
1475: