[Home] [Help]
29: And primary_flag='Y';
30:
31: Cursor get_id_for_forum is
32: Select object_id
33: From ota_frm_obj_inclusions
34: Where forum_id=p_object_id
35: And primary_flag='Y';
36:
37: Cursor get_id_for_chat is
879: and primary_flag='Y';*/
880:
881: cursor get_forum_details is
882: select object_type,object_id
883: from ota_frm_obj_inclusions
884: where forum_id=p_forum_id
885: and primary_flag='Y';
886:
887: l_forum_type varchar2(4);