DBA Data[Home] [Help]

APPS.PER_SHARED_TYPES_API dependencies on PER_STT_UPD

Line 520: per_stt_upd.upd_tl(

516: ,p_lookup_type => p_lookup_type
517: ,p_effective_date => trunc(p_effective_date)
518: );
519: --
520: per_stt_upd.upd_tl(
521: p_language_code => p_language_code,
522: p_shared_type_id => p_shared_type_id ,
523: p_shared_type_name => p_shared_type_name );
524: begin