DBA Data[Home] [Help]

APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on PSB_WS_SUBMIT_COMMENTS

Line 172: FROM psb_ws_submit_comments

168: IF p_comments = 'Y' THEN
169:
170: -- Retrieve the comments.
171: SELECT comments INTO l_comments
172: FROM psb_ws_submit_comments
173: WHERE operation_id = p_operation_id;
174: --
175: wf_engine.SetItemAttrText( ItemType => l_itemtype,
176: ItemKey => l_itemkey,