DBA Data[Home] [Help]

APPS.PO_SOURCING_PVT dependencies on FND_GLOBAL

Line 207: g_who_rec.user_id := nvl(fnd_global.user_id,0);

203: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);
204: END IF;
205:
206: -- Get WHO column values
207: g_who_rec.user_id := nvl(fnd_global.user_id,0);
208: g_who_rec.login_id := nvl(fnd_global.login_id,0);
209: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);
210:
211: g_progress:='010';

Line 208: g_who_rec.login_id := nvl(fnd_global.login_id,0);

204: END IF;
205:
206: -- Get WHO column values
207: g_who_rec.user_id := nvl(fnd_global.user_id,0);
208: g_who_rec.login_id := nvl(fnd_global.login_id,0);
209: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);
210:
211: g_progress:='010';
212:

Line 209: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);

205:
206: -- Get WHO column values
207: g_who_rec.user_id := nvl(fnd_global.user_id,0);
208: g_who_rec.login_id := nvl(fnd_global.login_id,0);
209: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);
210:
211: g_progress:='010';
212:
213: -- Get system defaults

Line 887: X_Last_Update_Login => nvl(g_cpa_csr.last_update_login,fnd_global.login_id),

883: X_Segment4 => NULL,
884: X_Segment5 => NULL,
885: X_Start_Date_Active => NULL,
886: X_End_Date_Active => NULL,
887: X_Last_Update_Login => nvl(g_cpa_csr.last_update_login,fnd_global.login_id),
888: X_Creation_Date => g_cpa_csr.creation_date,
889: X_Created_By => g_cpa_csr.created_by,
890: X_Vendor_Id => g_cpa_csr.vendor_id,
891: X_Vendor_Site_Id => g_cpa_csr.vendor_site_id,