DBA Data[Home] [Help]

APPS.WIP_EAM_WRAPPROVAL_PVT dependencies on WIP_EAM_WORK_REQ_NOTES_S

Line 592: select wip_eam_work_req_notes_s.nextval

588:
589:
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 := ' *** '||

Line 714: select wip_eam_work_req_notes_s.nextval

710: -- Set the from role to be displayed on notifn summary
711:
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 := ' *** '||

Line 864: select wip_eam_work_req_notes_s.nextval

860: Where work_request_id = l_work_request_id ;
861:
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;