Hi,
i am running below command in the database and getting the below error:
ora 28113: policy predicate has error
I have correct privileges on the table.
INSERT INTO test_source
(source_line_type, source_segment6, childs)
SELECT 'L', 'P164', flex_value
FROM apps.fnd_flex_value_children_v
WHERE flex_value_set_id = 1006787;
Please help.
Thanks, Prakhar