DBA Data[Home] [Help]

APPS.OKL_LRF_PVT dependencies on OKC_P_UTIL

Line 842: l_lrfv_rec.id := okc_p_util.raw_to_number(sys_guid());

838: l_lrfv_rec lrfv_rec_type;
839:
840: BEGIN
841: l_lrfv_rec := null_out_defaults(p_lrfv_rec);
842: l_lrfv_rec.id := okc_p_util.raw_to_number(sys_guid());
843: l_lrfv_rec.object_version_number := 1;
844: l_lrfv_rec.creation_date := sysdate;
845: l_lrfv_rec.created_by := fnd_global.user_id;
846: l_lrfv_rec.last_update_date := sysdate;