DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on BEN_PER_CM_PRVDD_F

Line 4713: (p_pvdd_last_update_date in ben_per_cm_prvdd_f.last_update_date%type,

4709: -----------------------------------------------------------------------------
4710: -- The following procedure evaluates cm_pr_last_upd_dt.
4711: --
4712: Procedure chk_cm_pr_last_upd_dt_incl
4713: (p_pvdd_last_update_date in ben_per_cm_prvdd_f.last_update_date%type,
4714: p_effective_date in date,
4715: p_excld_flag in varchar2)
4716: is
4717: --

Line 5019: (p_sent_dt in ben_per_cm_prvdd_f.sent_dt%type,

5015: -----------------------------------------------------------------------------
5016: -- The following procedure evaluates cm_sent_dt.
5017: --
5018: Procedure chk_cm_sent_dt_incl
5019: (p_sent_dt in ben_per_cm_prvdd_f.sent_dt%type,
5020: p_effective_date in date,
5021: p_excld_flag in varchar2)
5022: is
5023: --

Line 5080: (p_to_be_sent_dt in ben_per_cm_prvdd_f.to_be_sent_dt%type,

5076: -----------------------------------------------------------------------------
5077: -- The following procedure evaluates cm_to_be_sent_dt.
5078: --
5079: Procedure chk_cm_to_be_sent_dt_incl
5080: (p_to_be_sent_dt in ben_per_cm_prvdd_f.to_be_sent_dt%type,
5081: p_effective_date in date,
5082: p_excld_flag in varchar2)
5083: is
5084: --

Line 6678: p_pvdd_last_update_date in ben_per_cm_prvdd_f.last_update_date%type,

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,
6682: p_include out nocopy varchar2)

Line 6679: p_sent_dt in ben_per_cm_prvdd_f.sent_dt%type,

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,
6682: p_include out nocopy varchar2)
6683: is

Line 6680: p_to_be_sent_dt in ben_per_cm_prvdd_f.to_be_sent_dt%type,

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,
6682: p_include out nocopy varchar2)
6683: is
6684: --