DBA Data[Home] [Help]

APPS.IEX_WF_BAN_STATUS_PUB dependencies on IEX_QUESTIONNAIRE_ITEMS

Line 566: select collections_methods into l_collections_methods from iex_questionnaire_items;

562: END IF;
563:
564: -- bug 15990736 ... begin
565: begin
566: select collections_methods into l_collections_methods from iex_questionnaire_items;
567: exception
568: when others then null;
569: end;
570: iex_debug_pub.logmessage ('Collections Methods ==> '||l_collections_methods);