DBA Data[Home] [Help]

APPS.BEN_PRMRY_CARE_PRVDR_API dependencies on BEN_EXT_CHLG

Line 284: ben_ext_chlg.log_pcp_chg

280: );
281: --
282: -- record an extract change event
283: --
284: ben_ext_chlg.log_pcp_chg
285: (p_action => 'CREATE',
286: p_ext_ident => p_ext_ident,
287: p_name => p_name,
288: p_prmry_care_prvdr_typ_cd => p_prmry_care_prvdr_typ_cd,

Line 704: ben_ext_chlg.log_pcp_chg

700: ,p_effective_date => trunc(p_effective_date)
701: ,p_datetrack_mode => l_datetrack_mode
702: );
703: --
704: ben_ext_chlg.log_pcp_chg
705: (p_action => 'UPDATE',
706: p_ext_ident => p_ext_ident,
707: p_old_ext_ident => l_old_pcp_values.ext_ident,
708: p_name => p_name,

Line 1002: ben_ext_chlg.log_pcp_chg

998: );
999: --
1000: -- write to the extract change log
1001: --
1002: ben_ext_chlg.log_pcp_chg
1003: (p_action => 'DELETE',
1004: p_old_ext_ident => l_old_pcp_values.ext_ident,
1005: p_old_name => l_old_pcp_values.name,
1006: p_old_prmry_care_prvdr_typ_cd => l_old_pcp_values.prmry_care_prvdr_typ_cd,