DBA Data[Home] [Help]

APPS.JTF_FM_REQUEST_GRP dependencies on IBC_CONTENT_ITEMS

Line 2794: FROM ibc_content_items

2790:
2791: -- When no version is passed in, we should use the live version.
2792: -- **** Query provided and approved by OCM in bug 4398752 ****
2793: SELECT live_citem_version_id INTO x_item_version_id
2794: FROM ibc_content_items
2795: WHERE content_item_id = p_content_id;
2796:
2797: END IF;
2798: