DBA Data[Home] [Help]

APPS.EAM_WORKORDERS_JSP dependencies on EAM_WO_SERVICE_ASSOCIATION_S

Line 1994: select eam_wo_service_association_s.nextval

1990: if(p_request_type=2) then
1991:
1992: -- if service request is specified then insert into eam_wo_service_association
1993: if (l_service_request_id is not null) then
1994: select eam_wo_service_association_s.nextval
1995: into l_service_association_id
1996: from dual;
1997:
1998: --Assign only one service request to a work order

Line 2323: select eam_wo_service_association_s.nextval

2319: if(p_request_type=2) then
2320:
2321: -- if service request is specified then insert into eam_wo_service_association
2322: if (l_service_request_id is not null) then
2323: select eam_wo_service_association_s.nextval
2324: into l_service_association_id
2325: from dual;
2326:
2327: insert into eam_wo_service_association