DBA Data[Home] [Help]

APPS.FND_FLEX_VAL_API dependencies on FND_FLEX_VALUES_TL

Line 1437: FROM fnd_flex_values_tl

1433: --
1434:
1435: <>
1436: DELETE /* $Header: AFFFVAIB.pls 120.29 2011/10/19 20:43:07 hgeorgi ship $ */
1437: FROM fnd_flex_values_tl
1438: WHERE flex_value_id IN
1439: (SELECT flex_value_id FROM fnd_flex_values
1440: WHERE flex_value_set_id = l_value_set_id);
1441:

Line 2802: fnd_flex_values_tl, the record also does not exist in the view,

2798: END check_value_existance;
2799:
2800: /*-------------------------------------------------------------------
2801: When a value record exists in fnd_flex_values table, but not in
2802: fnd_flex_values_tl, the record also does not exist in the view,
2803: fnd_flex_values_vl. We read the existing value from fnd_flex_values,
2804: then copy the column contents to the view record for further processing
2805: --------------------------------------------------------------------*/
2806: PROCEDURE copy_to_px_value(v_value IN noview_value_type,