DBA Data[Home] [Help]

APPS.GHR_UTILITY dependencies on GHR_NON_SF52_EXTRA_INFO

Line 892: GHR_NON_SF52_EXTRA_INFO.generic_populate_extra_info

888: for c_ad_rec in get_next_auth_date loop
889: l_rei_rec.information_type := 'GHR_US_PAR_NFC_INFO';
890: l_rei_rec.pa_request_id := p_pa_request_id;
891: l_rei_rec.rei_information3 := fnd_date.date_to_canonical(c_ad_rec.authentication_date);
892: GHR_NON_SF52_EXTRA_INFO.generic_populate_extra_info
893: (p_rei_rec => l_rei_rec,
894: p_org_rec => l_org_rec,
895: p_flag => 'C'
896: );