DBA Data[Home] [Help]

APPS.EAM_WORKORDER_WORKFLOW_PVT dependencies on FND_GLOBAL

Line 141: l_workorder_rec.user_id := fnd_global.user_id;

137:
138: /* get output directory path from database */
139: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
140:
141: l_workorder_rec.user_id := fnd_global.user_id;
142: l_workorder_rec.responsibility_id := fnd_global.resp_id;
143: l_workorder_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;
144: l_workorder_rec.header_id := l_wip_entity_Id;
145: l_workorder_rec.batch_id := 1;

Line 142: l_workorder_rec.responsibility_id := fnd_global.resp_id;

138: /* get output directory path from database */
139: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
140:
141: l_workorder_rec.user_id := fnd_global.user_id;
142: l_workorder_rec.responsibility_id := fnd_global.resp_id;
143: l_workorder_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;
144: l_workorder_rec.header_id := l_wip_entity_Id;
145: l_workorder_rec.batch_id := 1;
146: l_workorder_rec.wip_entity_id := l_wip_entity_Id;

Line 265: l_workorder_rec.user_id := fnd_global.user_id;

261:
262: /* get output directory path from database */
263: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
264:
265: l_workorder_rec.user_id := fnd_global.user_id;
266: l_workorder_rec.responsibility_id := fnd_global.resp_id;
267: l_workorder_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;
268: l_workorder_rec.header_id := l_wip_entity_Id;
269: l_workorder_rec.batch_id := 1;

Line 266: l_workorder_rec.responsibility_id := fnd_global.resp_id;

262: /* get output directory path from database */
263: EAM_WORKORDER_UTIL_PKG.log_path(l_output_dir);
264:
265: l_workorder_rec.user_id := fnd_global.user_id;
266: l_workorder_rec.responsibility_id := fnd_global.resp_id;
267: l_workorder_rec.transaction_type := EAM_PROCESS_WO_PUB.G_OPR_UPDATE;
268: l_workorder_rec.header_id := l_wip_entity_Id;
269: l_workorder_rec.batch_id := 1;
270: l_workorder_rec.wip_entity_id := l_wip_entity_Id;