DBA Data[Home] [Help]

APPS.BEN_EXT_EVALUATE_INCLUSION dependencies on BEN_PRTT_ENRT_ACTN_F

Line 5142: (p_actn_typ_id in ben_prtt_enrt_actn_f.actn_typ_id%type,

5138: -----------------------------------------------------------------------------
5139: -- The following procedure evaluates communication type
5140: --
5141: Procedure chk_actn_name_incl
5142: (p_actn_typ_id in ben_prtt_enrt_actn_f.actn_typ_id%type,
5143: p_excld_flag in varchar2)
5144: is
5145: --
5146: l_proc varchar2(72);

Line 5193: (p_prtt_enrt_actn_id in ben_prtt_enrt_actn_f.prtt_enrt_actn_id%type,

5189: -- The following procedure evaluates the relationships between communications
5190: -- and prtt action items.
5191: --
5192: Procedure chk_actn_item_rltn_incl
5193: (p_prtt_enrt_actn_id in ben_prtt_enrt_actn_f.prtt_enrt_actn_id%type,
5194: p_excld_flag in varchar2)
5195: is
5196: --
5197: l_proc varchar2(72);

Line 6912: (p_actn_typ_id in ben_prtt_enrt_actn_f.actn_typ_id%type,

6908: --
6909: -- The following procedure evaluates action item inclusion criteria
6910: --
6911: Procedure evaluate_action_item_incl
6912: (p_actn_typ_id in ben_prtt_enrt_actn_f.actn_typ_id%type,
6913: p_prtt_enrt_actn_id in ben_prtt_enrt_actn_f.prtt_enrt_actn_id%type,
6914: p_include out nocopy varchar2)
6915: is
6916: --

Line 6913: p_prtt_enrt_actn_id in ben_prtt_enrt_actn_f.prtt_enrt_actn_id%type,

6909: -- The following procedure evaluates action item inclusion criteria
6910: --
6911: Procedure evaluate_action_item_incl
6912: (p_actn_typ_id in ben_prtt_enrt_actn_f.actn_typ_id%type,
6913: p_prtt_enrt_actn_id in ben_prtt_enrt_actn_f.prtt_enrt_actn_id%type,
6914: p_include out nocopy varchar2)
6915: is
6916: --
6917: l_proc varchar2(72);