DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on BEN_EXT_CHG_EVT_LOG

Line 4347: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,

4343: -----------------------------------------------------------------------------
4344: -- The following procedure evaluates change event code
4345: --
4346: Procedure chk_chg_evt_cd_incl
4347: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
4348: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
4349: p_excld_flag in varchar2)
4350: is
4351: --

Line 4348: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,

4344: -- The following procedure evaluates change event code
4345: --
4346: Procedure chk_chg_evt_cd_incl
4347: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
4348: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
4349: p_excld_flag in varchar2)
4350: is
4351: --
4352: l_proc varchar2(72);

Line 4414: (p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,

4410: -----------------------------------------------------------------------------
4411: -- The following procedure evaluates chg_eff_dt.
4412: --
4413: Procedure chk_chg_eff_dt_incl
4414: (p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,
4415: p_effective_date in date,
4416: p_excld_flag in varchar2)
4417: is
4418: --

Line 4484: (p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,

4480: -----------------------------------------------------------------------------
4481: -- The following procedure evaluates chg_actl_dt.
4482: --
4483: Procedure chk_chg_actl_dt_incl
4484: (p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,
4485: p_effective_date in date,
4486: p_excld_flag in varchar2)
4487: is
4488: --

Line 4552: (p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,

4548: -----------------------------------------------------------------------------
4549: -- The following procedure evaluates change last_updated_login
4550: --
4551: Procedure chk_chg_login_incl
4552: (p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,
4553: p_excld_flag in varchar2)
4554: is
4555: --
4556: l_proc varchar2(72);

Line 6611: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,

6607: --
6608: -- The following procedure evaluates the extract change log inclusion criteria
6609: --
6610: Procedure evaluate_change_log_incl
6611: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
6612: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
6613: p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,
6614: p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,
6615: p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,

Line 6612: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,

6608: -- The following procedure evaluates the extract change log inclusion criteria
6609: --
6610: Procedure evaluate_change_log_incl
6611: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
6612: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
6613: p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,
6614: p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,
6615: p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,
6616: p_effective_date in date default null,

Line 6613: p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,

6609: --
6610: Procedure evaluate_change_log_incl
6611: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
6612: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
6613: p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,
6614: p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,
6615: p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,
6616: p_effective_date in date default null,
6617: p_include out nocopy varchar2)

Line 6614: p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,

6610: Procedure evaluate_change_log_incl
6611: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
6612: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
6613: p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,
6614: p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,
6615: p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,
6616: p_effective_date in date default null,
6617: p_include out nocopy varchar2)
6618: is

Line 6615: p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,

6611: (p_chg_evt_cd in ben_ext_chg_evt_log.chg_evt_cd%type,
6612: p_chg_evt_source in ben_ext_chg_evt_log.chg_evt_cd%type,
6613: p_chg_eff_dt in ben_ext_chg_evt_log.chg_eff_dt%type,
6614: p_chg_actl_dt in ben_ext_chg_evt_log.chg_actl_dt%type,
6615: p_last_update_login in ben_ext_chg_evt_log.last_update_login%type,
6616: p_effective_date in date default null,
6617: p_include out nocopy varchar2)
6618: is
6619: --