DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_API dependencies on BEN_OPTIP_F

Line 131: -- ben_optip_f

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;
130: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
131: -- ben_optip_f
132: l_optip_id ben_optip_f.optip_id%type;
133: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
134: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
135: l_otp_object_version_number ben_optip_f.object_version_number%type;

Line 132: l_optip_id ben_optip_f.optip_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;
130: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
131: -- ben_optip_f
132: l_optip_id ben_optip_f.optip_id%type;
133: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
134: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
135: l_otp_object_version_number ben_optip_f.object_version_number%type;
136: --

Line 133: l_otp_effective_start_date ben_optip_f.effective_start_date%type;

129: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;
130: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
131: -- ben_optip_f
132: l_optip_id ben_optip_f.optip_id%type;
133: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
134: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
135: l_otp_object_version_number ben_optip_f.object_version_number%type;
136: --
137: begin

Line 134: l_otp_effective_end_date ben_optip_f.effective_end_date%type;

130: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
131: -- ben_optip_f
132: l_optip_id ben_optip_f.optip_id%type;
133: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
134: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
135: l_otp_object_version_number ben_optip_f.object_version_number%type;
136: --
137: begin
138: --

Line 135: l_otp_object_version_number ben_optip_f.object_version_number%type;

131: -- ben_optip_f
132: l_optip_id ben_optip_f.optip_id%type;
133: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
134: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
135: l_otp_object_version_number ben_optip_f.object_version_number%type;
136: --
137: begin
138: --
139: hr_utility.set_location('Entering:'|| l_proc, 10);

Line 960: ben_optip_f otp

956: select
957: otp.optip_id,
958: otp.object_version_number
959: from
960: ben_optip_f otp
961: where
962: otp.pgm_id = p_pgm_id
963: and otp.pl_typ_id = p_pl_typ_id
964: and otp.opt_id = p_opt_id

Line 995: l_otp_effective_start_date ben_optip_f.effective_start_date%type;

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;
994: --
995: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
996: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
997: l_otp_object_version_number ben_optip_f.object_version_number%type;
998: --
999:

Line 996: l_otp_effective_end_date ben_optip_f.effective_end_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;
994: --
995: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
996: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
997: l_otp_object_version_number ben_optip_f.object_version_number%type;
998: --
999:
1000: begin

Line 997: l_otp_object_version_number ben_optip_f.object_version_number%type;

993: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
994: --
995: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
996: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
997: l_otp_object_version_number ben_optip_f.object_version_number%type;
998: --
999:
1000: begin
1001: --