DBA Data[Home] [Help]

APPS.PA_CLIENT_EXTN_PROJECT_WF dependencies on DUAL

Line 237: FROM sys.dual;

233: -- Get System Date for Worflow-Started-Date
234: CURSOR l_wf_started_date_csr
235: IS
236: SELECT sysdate
237: FROM sys.dual;
238:
239: -- Get the change comment
240: CURSOR l_change_comment_csr(l_project_id NUMBER)
241: IS

Line 314: from dual;

310: ItemType := p_item_type;
311:
312: SELECT pa_workflow_itemkey_s.nextval
313: INTO itemkey
314: from dual;
315:
316: -- Need this to populate the attribute information in Workflow
317: l_workflow_started_by_id := FND_GLOBAL.user_id;
318: l_resp_id := FND_GLOBAL.resp_id;