DBA Data[Home] [Help]

APPS.IBC_CITEM_WORKFLOW_PVT dependencies on IBC_CONTENT_TYPES_B

Line 28: temp IBC_CONTENT_TYPES_B.content_type_code%TYPE;

24: ibc_content_items
25: WHERE
26: content_item_id = f_content_item_id;
27:
28: temp IBC_CONTENT_TYPES_B.content_type_code%TYPE;
29: BEGIN
30:
31: OPEN c_ctype;
32: FETCH c_ctype INTO temp;