DBA Data[Home] [Help]

APPS.IBC_CTYPE_PVT dependencies on FND_FLEX_VAL_API

Line 1499: Fnd_Flex_Val_Api.get_table_vset_select

1495: -- dbms_output.put_line(l_value_set_id);
1496: -- dbms_output.put_line(l_vset_type);
1497:
1498: IF l_vset_type = 'F' THEN
1499: Fnd_Flex_Val_Api.get_table_vset_select
1500: (p_value_set_id => l_value_set_id,
1501: x_select =>lx_select,
1502: x_mapping_code =>lx_mapping_code,
1503: x_success =>lx_success);

Line 1506: Fnd_Flex_Val_Api.get_independent_vset_select

1502: x_mapping_code =>lx_mapping_code,
1503: x_success =>lx_success);
1504: -- dbms_output.put_line(lx_success);
1505: ELSIF l_vset_type = 'I' THEN
1506: Fnd_Flex_Val_Api.get_independent_vset_select
1507: (p_value_set_id => l_value_set_id,
1508: x_select =>lx_select,
1509: x_mapping_code =>lx_mapping_code,
1510: x_success =>lx_success);

Line 1905: Fnd_Flex_Val_Api.get_table_vset_select

1901: -- dbms_output.put_line(l_value_set_id);
1902: -- dbms_output.put_line(l_vset_type);
1903:
1904: IF l_vset_type = 'F' THEN
1905: Fnd_Flex_Val_Api.get_table_vset_select
1906: (p_value_set_id => l_value_set_id,
1907: x_select =>lx_select,
1908: x_mapping_code =>lx_mapping_code,
1909: x_success =>lx_success);

Line 1932: Fnd_Flex_Val_Api.get_independent_vset_select

1928: USING OUT l_code,OUT l_description;
1929: END IF;
1930:
1931: ELSIF l_vset_type = 'I' THEN
1932: Fnd_Flex_Val_Api.get_independent_vset_select
1933: (p_value_set_id => l_value_set_id,
1934: x_select =>lx_select,
1935: x_mapping_code =>lx_mapping_code,
1936: x_success =>lx_success);

Line 2045: Fnd_Flex_Val_Api.get_table_vset_select

2041: -- dbms_output.put_line(l_value_set_id);
2042: -- dbms_output.put_line(l_vset_type);
2043:
2044: IF l_vset_type = 'F' THEN
2045: Fnd_Flex_Val_Api.get_table_vset_select
2046: (p_value_set_id => l_value_set_id,
2047: x_select =>lx_select,
2048: x_mapping_code =>lx_mapping_code,
2049: x_success =>lx_success);

Line 2052: Fnd_Flex_Val_Api.get_independent_vset_select

2048: x_mapping_code =>lx_mapping_code,
2049: x_success =>lx_success);
2050: -- dbms_output.put_line(lx_success);
2051: ELSIF l_vset_type = 'I' THEN
2052: Fnd_Flex_Val_Api.get_independent_vset_select
2053: (p_value_set_id => l_value_set_id,
2054: x_select =>lx_select,
2055: x_mapping_code =>lx_mapping_code,
2056: x_success =>lx_success);