Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ora 28113: policy predicate has error

2880479Mar 3 2015 — edited Mar 3 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2015
Added on Mar 3 2015
6 comments
410 views