DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on DUAL

Line 149: from dual;

145:
146: -- select sequence value as itemkey
147: select wip_Eam_wrapproval_s.nextval
148: into itemkey
149: from dual;
150:
151: wf_engine.CreateProcess( itemtype => itemtype,
152: itemkey => itemkey,
153: process => l_workflow_process,

Line 594: from dual ;

590: -- If l_comment is not null Then
591: l_stmt_number := 20;
592: select wip_eam_work_req_notes_s.nextval
593: into l_work_request_note_id
594: from dual ;
595:
596: l_comment := ' *** '||
597: l_approver_name||
598: ' (' ||

Line 716: from dual ;

712: -- If l_comment is not null Then
713: l_stmt_number := 20;
714: select wip_eam_work_req_notes_s.nextval
715: into l_work_request_note_id
716: from dual ;
717:
718: l_comment := ' *** '||
719: l_user_name||
720: ' (' ||

Line 866: from dual ;

862: -- If l_comment is not null Then
863: l_stmt_number := 30;
864: select wip_eam_work_req_notes_s.nextval
865: into l_work_request_note_id
866: from dual ;
867:
868: /* l_stmt_number := 40;
869: select orig_system_id , display_name
870: into l_last_updated_by , l_display_name