DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on DUAL

Line 136: from dual;

132:
133: -- select sequence value as itemkey
134: select wip_Eam_wrapproval_s.nextval
135: into itemkey
136: from dual;
137:
138: wf_engine.CreateProcess( itemtype => itemtype,
139: itemkey => itemkey,
140: process => l_workflow_process,

Line 496: from dual ;

492: -- If l_comment is not null Then
493: l_stmt_number := 20;
494: select wip_eam_work_req_notes_s.nextval
495: into l_work_request_note_id
496: from dual ;
497:
498: l_comment := ' *** '||
499: l_user_name||
500: ' (' ||

Line 627: from dual ;

623: -- If l_comment is not null Then
624: l_stmt_number := 20;
625: select wip_eam_work_req_notes_s.nextval
626: into l_work_request_note_id
627: from dual ;
628:
629: l_comment := ' *** '||
630: l_user_name||
631: ' (' ||

Line 802: from dual ;

798: -- If l_comment is not null Then
799: l_stmt_number := 30;
800: select wip_eam_work_req_notes_s.nextval
801: into l_work_request_note_id
802: from dual ;
803:
804: /* l_stmt_number := 40;
805: select orig_system_id , display_name
806: into l_last_updated_by , l_display_name