DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on GHR_NON_SF52_EXTRA_INFO

Line 875: GHR_NON_SF52_EXTRA_INFO.generic_populate_extra_info

871: for c_ad_rec in get_next_auth_date loop
872: l_rei_rec.information_type := 'GHR_US_PAR_NFC_INFO';
873: l_rei_rec.pa_request_id := p_pa_request_id;
874: l_rei_rec.rei_information3 := fnd_date.date_to_canonical(c_ad_rec.authentication_date);
875: GHR_NON_SF52_EXTRA_INFO.generic_populate_extra_info
876: (p_rei_rec => l_rei_rec,
877: p_org_rec => l_org_rec,
878: p_flag => 'C'
879: );