217: PO_DEBUG.debug_begin(p_log_head => g_log_head||l_api_name);
218: END IF;
219:
220: -- Get WHO column values
221: g_who_rec.user_id := nvl(fnd_global.user_id,0);
222: g_who_rec.login_id := nvl(fnd_global.login_id,0);
223: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);
224:
225: g_progress:='010';
218: END IF;
219:
220: -- Get WHO column values
221: g_who_rec.user_id := nvl(fnd_global.user_id,0);
222: g_who_rec.login_id := nvl(fnd_global.login_id,0);
223: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);
224:
225: g_progress:='010';
226:
219:
220: -- Get WHO column values
221: g_who_rec.user_id := nvl(fnd_global.user_id,0);
222: g_who_rec.login_id := nvl(fnd_global.login_id,0);
223: g_who_rec.resp_id := nvl(fnd_global.resp_id,0);
224:
225: g_progress:='010';
226:
227: -- Get system defaults
921: X_Segment4 => NULL,
922: X_Segment5 => NULL,
923: X_Start_Date_Active => NULL,
924: X_End_Date_Active => NULL,
925: X_Last_Update_Login => nvl(g_cpa_csr.last_update_login,fnd_global.login_id),
926: X_Creation_Date => g_cpa_csr.creation_date,
927: X_Created_By => g_cpa_csr.created_by,
928: X_Vendor_Id => g_cpa_csr.vendor_id,
929: X_Vendor_Site_Id => g_cpa_csr.vendor_site_id,