DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_API dependencies on BEN_OIPL_F

Line 119: l_oipl_id ben_oipl_f.oipl_id%TYPE;

115: and p_effective_date between plip.effective_start_date and plip.effective_end_date
116: and p_effective_date between pl.effective_start_date and pl.effective_end_date
117: and p_effective_date between ptip.effective_start_date and ptip.effective_end_date ;
118:
119: l_oipl_id ben_oipl_f.oipl_id%TYPE;
120: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
121: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
122: l_proc varchar2(72) := g_package||
123: 'create_Option_in_Plan';

Line 120: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;

116: and p_effective_date between pl.effective_start_date and pl.effective_end_date
117: and p_effective_date between ptip.effective_start_date and ptip.effective_end_date ;
118:
119: l_oipl_id ben_oipl_f.oipl_id%TYPE;
120: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
121: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
122: l_proc varchar2(72) := g_package||
123: 'create_Option_in_Plan';
124: l_object_version_number ben_oipl_f.object_version_number%TYPE;

Line 121: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;

117: and p_effective_date between ptip.effective_start_date and ptip.effective_end_date ;
118:
119: l_oipl_id ben_oipl_f.oipl_id%TYPE;
120: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
121: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
122: l_proc varchar2(72) := g_package||
123: 'create_Option_in_Plan';
124: l_object_version_number ben_oipl_f.object_version_number%TYPE;
125: --

Line 124: l_object_version_number ben_oipl_f.object_version_number%TYPE;

120: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
121: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
122: l_proc varchar2(72) := g_package||
123: 'create_Option_in_Plan';
124: l_object_version_number ben_oipl_f.object_version_number%TYPE;
125: --
126: l_oiplip_id ben_oiplip_f.oiplip_id%type;
127: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;
128: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;

Line 577: l_object_version_number ben_oipl_f.object_version_number%TYPE;

573: --
574: -- Declare cursors and local variables
575: --
576: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
577: l_object_version_number ben_oipl_f.object_version_number%TYPE;
578: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
579: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
580: --
581: begin

Line 578: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;

574: -- Declare cursors and local variables
575: --
576: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
577: l_object_version_number ben_oipl_f.object_version_number%TYPE;
578: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
579: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
580: --
581: begin
582: --

Line 579: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;

575: --
576: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
577: l_object_version_number ben_oipl_f.object_version_number%TYPE;
578: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
579: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
580: --
581: begin
582: --
583: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 932: ben_oipl_f oipl

928: pl.pl_typ_id
929: from
930: ben_plip_f plip,
931: ben_pl_f pl,
932: ben_oipl_f oipl
933: where
934: oipl.oipl_id = p_oipl_id
935: and oipl.pl_id = pl.pl_id
936: and plip.pl_id = pl.pl_id

Line 963: ben_oipl_f oipl

959: and not exists ( select null
960: from
961: ben_plip_f plip,
962: ben_pl_f pl,
963: ben_oipl_f oipl
964: where -- plip.business_group_id = p_business_group_id
965: plip.pgm_id = p_pgm_id
966: and pl.pl_typ_id = p_pl_typ_id
967: and pl.pl_id = plip.pl_id

Line 979: l_object_version_number ben_oipl_f.object_version_number%TYPE;

975: and p_effective_date
976: between oipl.effective_start_date and oipl.effective_end_date ) ;
977:
978: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
979: l_object_version_number ben_oipl_f.object_version_number%TYPE;
980: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
981: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
982: --
983: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;

Line 980: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;

976: between oipl.effective_start_date and oipl.effective_end_date ) ;
977:
978: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
979: l_object_version_number ben_oipl_f.object_version_number%TYPE;
980: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
981: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
982: --
983: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;
984: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;

Line 981: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;

977:
978: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
979: l_object_version_number ben_oipl_f.object_version_number%TYPE;
980: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
981: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
982: --
983: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;
984: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;
985: l_opp_object_version_number ben_oiplip_f.object_version_number%type;