1987: l_ethv_rec okl_ethv_rec := p_ethv_rec;
1988:
1989: BEGIN
1990: l_ethv_rec.creation_date := SYSDATE;
1991: l_ethv_rec.created_by := fnd_global.user_id;
1992: l_ethv_rec.last_update_date := SYSDATE;
1993: l_ethv_rec.last_updated_by := fnd_global.user_id;
1994: l_ethv_rec.last_update_login := fnd_global.login_id;
1995: RETURN(l_ethv_rec);
1989: BEGIN
1990: l_ethv_rec.creation_date := SYSDATE;
1991: l_ethv_rec.created_by := fnd_global.user_id;
1992: l_ethv_rec.last_update_date := SYSDATE;
1993: l_ethv_rec.last_updated_by := fnd_global.user_id;
1994: l_ethv_rec.last_update_login := fnd_global.login_id;
1995: RETURN(l_ethv_rec);
1996: END fill_who_columns;
1997:
1990: l_ethv_rec.creation_date := SYSDATE;
1991: l_ethv_rec.created_by := fnd_global.user_id;
1992: l_ethv_rec.last_update_date := SYSDATE;
1993: l_ethv_rec.last_updated_by := fnd_global.user_id;
1994: l_ethv_rec.last_update_login := fnd_global.login_id;
1995: RETURN(l_ethv_rec);
1996: END fill_who_columns;
1997:
1998: FUNCTION set_attributes(p_ethv_rec IN okl_ethv_rec
2450: l_ethv_rec okl_ethv_rec := p_ethv_rec;
2451:
2452: BEGIN
2453: l_ethv_rec.last_update_date := SYSDATE;
2454: l_ethv_rec.last_updated_by := fnd_global.user_id;
2455: l_ethv_rec.last_update_login := fnd_global.login_id;
2456: RETURN(l_ethv_rec);
2457: END fill_who_columns;
2458:
2451:
2452: BEGIN
2453: l_ethv_rec.last_update_date := SYSDATE;
2454: l_ethv_rec.last_updated_by := fnd_global.user_id;
2455: l_ethv_rec.last_update_login := fnd_global.login_id;
2456: RETURN(l_ethv_rec);
2457: END fill_who_columns;
2458:
2459: FUNCTION populate_new_record(p_ethv_rec IN okl_ethv_rec