Document Types - Making from Multiple Occurances Flag No -> Yes
Hi All,
I've originally created a document type, that Does not allow multiple occurrences.
Now I am planning to extend it to support Multiple occurrences, Noticed when I try to update_document_type getting following error.
Any work-arounds ?
[Error] Execution (1: 3): ORA-20001: The attribute MULTIPLE_OCCURENCES_FLAG cannot be updated
Cause: The attribute MULTIPLE_OCCURENCES_FLAG cannot be updated with the API hr_dty_bus.chk_non_updateable_args because it has already be set.
Action: Respecify the attribute value for MULTIPLE_OCCURENCES_FLAG or contact your local support representative.
ORA-06512: at "APPS.HR_DOCUMENT_TYPES_API", line 375
ORA-06512: at line 4
I've originally created a document type, that Does not allow multiple occurrences.
Now I am planning to extend it to support Multiple occurrences, Noticed when I try to update_document_type getting following error.
Any work-arounds ?
[Error] Execution (1: 3): ORA-20001: The attribute MULTIPLE_OCCURENCES_FLAG cannot be updated
Cause: The attribute MULTIPLE_OCCURENCES_FLAG cannot be updated with the API hr_dty_bus.chk_non_updateable_args because it has already be set.
Action: Respecify the attribute value for MULTIPLE_OCCURENCES_FLAG or contact your local support representative.
ORA-06512: at "APPS.HR_DOCUMENT_TYPES_API", line 375
ORA-06512: at line 4
Tagged:
0