DBA Data[Home] [Help]

APPS.OE_DEFAULT_LINE dependencies on OE_CONFIG_UTIL

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

1400: l_top_model_line_rec := OE_Order_Cache.Load_Top_Model_Line
1401: (l_parent_line_id );
1402:
1403:
1404: /* We are introducing a new procedure Default_Child_Line in oe_config_util
1405: * to default all appropriate values from top model to its children.
1406: * In future if you need to copy anything from parent to children,
1407: * add code in oe_config_util */
1408:

Line 1407: * add code in oe_config_util */

1403:
1404: /* We are introducing a new procedure Default_Child_Line in oe_config_util
1405: * to default all appropriate values from top model to its children.
1406: * In future if you need to copy anything from parent to children,
1407: * add code in oe_config_util */
1408:
1409: oe_config_util.default_child_line
1410: (p_parent_line_rec => l_top_model_line_rec,
1411: p_x_child_line_rec => g_line_rec,

Line 1409: oe_config_util.default_child_line

1405: * to default all appropriate values from top model to its children.
1406: * In future if you need to copy anything from parent to children,
1407: * add code in oe_config_util */
1408:
1409: oe_config_util.default_child_line
1410: (p_parent_line_rec => l_top_model_line_rec,
1411: p_x_child_line_rec => g_line_rec,
1412: x_return_status => l_return_status);
1413: