DBA Data[Home] [Help]

APPS.PSB_SUBMIT_REVISION_PVT dependencies on PSB_WS_SUBMIT_COMMENTS

Line 199: FROM psb_ws_submit_comments

195: IF p_comments = 'Y' THEN
196:
197: -- Retrieve the comments.
198: SELECT comments INTO l_comments
199: FROM psb_ws_submit_comments
200: WHERE operation_id = p_operation_id;
201: --
202: wf_engine.SetItemAttrText( ItemType => l_itemtype,
203: ItemKey => l_itemkey,