DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_API dependencies on BEN_OIPL_F

Line 120: l_oipl_id ben_oipl_f.oipl_id%TYPE;

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

Line 121: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;

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

Line 122: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;

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

Line 125: l_object_version_number ben_oipl_f.object_version_number%TYPE;

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

Line 582: l_object_version_number ben_oipl_f.object_version_number%TYPE;

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

Line 583: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;

579: -- Declare cursors and local variables
580: --
581: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
582: l_object_version_number ben_oipl_f.object_version_number%TYPE;
583: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
584: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
585: --
586: begin
587: --

Line 584: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;

580: --
581: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
582: l_object_version_number ben_oipl_f.object_version_number%TYPE;
583: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
584: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
585: --
586: begin
587: --
588: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 940: ben_oipl_f oipl

936: pl.pl_typ_id
937: from
938: ben_plip_f plip,
939: ben_pl_f pl,
940: ben_oipl_f oipl
941: where
942: oipl.oipl_id = p_oipl_id
943: and oipl.pl_id = pl.pl_id
944: and plip.pl_id = pl.pl_id

Line 971: ben_oipl_f oipl

967: and not exists ( select null
968: from
969: ben_plip_f plip,
970: ben_pl_f pl,
971: ben_oipl_f oipl
972: where -- plip.business_group_id = p_business_group_id
973: plip.pgm_id = p_pgm_id
974: and pl.pl_typ_id = p_pl_typ_id
975: and pl.pl_id = plip.pl_id

Line 987: l_object_version_number ben_oipl_f.object_version_number%TYPE;

983: and p_effective_date
984: between oipl.effective_start_date and oipl.effective_end_date ) ;
985:
986: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
987: l_object_version_number ben_oipl_f.object_version_number%TYPE;
988: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
989: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
990: --
991: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;

Line 988: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;

984: between oipl.effective_start_date and oipl.effective_end_date ) ;
985:
986: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
987: l_object_version_number ben_oipl_f.object_version_number%TYPE;
988: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
989: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
990: --
991: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;
992: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;

Line 989: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;

985:
986: l_proc varchar2(72) := g_package||'update_Option_in_Plan';
987: l_object_version_number ben_oipl_f.object_version_number%TYPE;
988: l_effective_start_date ben_oipl_f.effective_start_date%TYPE;
989: l_effective_end_date ben_oipl_f.effective_end_date%TYPE;
990: --
991: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;
992: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;
993: l_opp_object_version_number ben_oiplip_f.object_version_number%type;