Skip to Main Content

APEX

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!

ERR-1002 Unable to find item ID for item "p_t99" in application "xxx". Unexpected error, unable to

Swathi BR-OracleSep 4 2018 — edited Sep 4 2018

Hi,

After upgrading the apex version from 4.2 to 5.1, some of the items are not working. For example, rich text editor wasn't there in the older apex versions so it was created pragmatically which returns clob data which contains font, size, styling etc. as shown the below screenshot.

clob:=cdg_utils_pkg_s.rtf_textarea(p_name=>'p_t99',p_id=>'p_t99',p_img=>:WORKSPACE_IMAGES ,p_img_htmldb=>'/i/',p_width_div=>600,p_height_div=>150);

pastedImage_1.png

Below is the error while trying to save the data in APEX 5.1 whereas in APEX 4.2 it is working fine.

ERR-1002 Unable to find item ID for item "p_t99" in application "777".

Unexpected error, unable to find item name at application or page level.

Technical Info (only visible for developers)

  • is_internal_error: true

  • apex_error_code: WWV_FLOW.FIND_ITEM_ID_ERR

  • component.type: APEX_APPLICATION_PAGES

  • component.id: 777000000856

  • component.name: Deal Management

  • error_backtrace:

    ----- PL/SQL Call Stack ----- object line object handle number name 0x2499758c0 940 package body APEX_050100.WWV_FLOW_ERROR 0x2499758c0 1008 package body APEX_050100.WWV_FLOW_ERROR 0x2499758c0 1400 package body APEX_050100.WWV_FLOW_ERROR 0x249a52b20 3066 package body APEX_050100.WWV_FLOW_META_DATA 0x249ae9230 3058 package body APEX_050100.WWV_FLOW 0x249ae9230 5538 package body APEX_050100.WWV_FLOW 0x25e606e28 35 anonymous block

->I've tried replacing APEX 5 rich text editor type but other functionalities are breaking.

->I've tried checking in the table apex_application_page_comp by passing application_id and computation_id but no data.

Can you please advise.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2018
Added on Sep 4 2018
2 comments
551 views