DBA Data[Home] [Help]

APPS.EAM_ISOLATION_WORKFLOW_PVT dependencies on EAM_WORKORDER_UTIL_PKG

Line 150: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);

146: -- This procedure will call work isolation public API( procedure PROCESS_isolation ) for processing of the isolation record with the new status and the pending flag as 'N'
147: If (funcmode = 'RUN') then
148:
149: /* get output directory path from database */
150: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
151:
152: -- l_isolation_header_rec.user_id := fnd_global.user_id;
153: -- l_isolation_header_rec.responsibility_id := fnd_global.resp_id;
154: l_isolation_header_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;

Line 269: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);

265: If (funcmode = 'RUN') then
266:
267:
268: /* get output directory path from database */
269: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
270:
271: l_isolation_header_rec.user_id := fnd_global.user_id;
272: l_isolation_header_rec.responsibility_id := fnd_global.resp_id;
273: l_isolation_header_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;