DBA Data[Home] [Help]

APPS.BEN_EXT_CHLG dependencies on PER_ASG_SHD

Line 3066: ,p_old_rec in per_asg_shd.g_rec_type

3062:
3063: ----- this is a overlaod procedure to call from core HR
3064: procedure log_asg_chg
3065: (p_event in varchar2
3066: ,p_old_rec in per_asg_shd.g_rec_type
3067: ,p_new_rec in per_asg_shd.g_rec_type
3068: ) is
3069:
3070: l_old_rec ben_ext_chlg.g_asg_rec_type;

Line 3067: ,p_new_rec in per_asg_shd.g_rec_type

3063: ----- this is a overlaod procedure to call from core HR
3064: procedure log_asg_chg
3065: (p_event in varchar2
3066: ,p_old_rec in per_asg_shd.g_rec_type
3067: ,p_new_rec in per_asg_shd.g_rec_type
3068: ) is
3069:
3070: l_old_rec ben_ext_chlg.g_asg_rec_type;
3071: l_new_rec ben_ext_chlg.g_asg_rec_type;