DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on FND_GLOBAL

Line 177: l_eam_wo_tbl(i).user_id := fnd_global.user_id;

173: null;
174: else
175: -- Bug 3610484
176: l_eam_wo_tbl(i).plan_maintenance := 'Y';
177: l_eam_wo_tbl(i).user_id := fnd_global.user_id;
178: l_eam_wo_tbl(i).responsibility_id := fnd_global.resp_id;
179:
180: if(sugg_rec.action_type IN (2,6,7)) then
181: -- Reschedule

Line 178: l_eam_wo_tbl(i).responsibility_id := fnd_global.resp_id;

174: else
175: -- Bug 3610484
176: l_eam_wo_tbl(i).plan_maintenance := 'Y';
177: l_eam_wo_tbl(i).user_id := fnd_global.user_id;
178: l_eam_wo_tbl(i).responsibility_id := fnd_global.resp_id;
179:
180: if(sugg_rec.action_type IN (2,6,7)) then
181: -- Reschedule
182: l_eam_wo_tbl(i).transaction_type := eam_process_wo_pub.G_OPR_UPDATE;