DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on BEN_PER_CM_F

Line 4602: (p_cm_typ_id in ben_per_cm_f.cm_typ_id%type,

4598: -----------------------------------------------------------------------------
4599: -- The following procedure evaluates communication type
4600: --
4601: Procedure chk_cm_typ_incl
4602: (p_cm_typ_id in ben_per_cm_f.cm_typ_id%type,
4603: p_excld_flag in varchar2)
4604: is
4605: --
4606: l_proc varchar2(72);

Line 4652: (p_last_update_date in ben_per_cm_f.last_update_date%type,

4648: -----------------------------------------------------------------------------
4649: -- The following procedure evaluates cm_last_upd_dt.
4650: --
4651: Procedure chk_cm_last_upd_dt_incl
4652: (p_last_update_date in ben_per_cm_f.last_update_date%type,
4653: p_effective_date in date,
4654: p_excld_flag in varchar2)
4655: is
4656: --

Line 6676: (p_cm_typ_id in ben_per_cm_f.cm_typ_id%type,

6672: --
6673: -- The following procedure evaluates the extract change log inclusion criteria
6674: --
6675: Procedure evaluate_comm_incl
6676: (p_cm_typ_id in ben_per_cm_f.cm_typ_id%type,
6677: p_last_update_date in ben_per_cm_f.last_update_date%type,
6678: p_pvdd_last_update_date in ben_per_cm_prvdd_f.last_update_date%type,
6679: p_sent_dt in ben_per_cm_prvdd_f.sent_dt%type,
6680: p_to_be_sent_dt in ben_per_cm_prvdd_f.to_be_sent_dt%type,

Line 6677: p_last_update_date in ben_per_cm_f.last_update_date%type,

6673: -- The following procedure evaluates the extract change log inclusion criteria
6674: --
6675: Procedure evaluate_comm_incl
6676: (p_cm_typ_id in ben_per_cm_f.cm_typ_id%type,
6677: p_last_update_date in ben_per_cm_f.last_update_date%type,
6678: p_pvdd_last_update_date in ben_per_cm_prvdd_f.last_update_date%type,
6679: p_sent_dt in ben_per_cm_prvdd_f.sent_dt%type,
6680: p_to_be_sent_dt in ben_per_cm_prvdd_f.to_be_sent_dt%type,
6681: p_effective_date in date default null,