DBA Data[Home] [Help]

APPS.OKC_BUSINESS_VARIABLES_PVT dependencies on FND_FLEX_VALUE_SETS

Line 17: From fnd_flex_value_sets

13: Return VARCHAR2 IS
14: l_variable_datatype OKC_BUS_VARIABLES_B.Variable_datatype%TYPE;
15: Cursor l_Data_Type_Csr(lc_value_set_id NUMBER) IS
16: Select Decode(format_type,'C','V','X','D',format_type) format_type
17: From fnd_flex_value_sets
18: Where flex_value_set_id = lc_value_set_id
19: And validation_type IN ('F','N','I');
20: Begin
21: l_variable_datatype := p_variable_datatype;