DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_API dependencies on BEN_OIPLIP_F

Line 127: l_oiplip_id ben_oiplip_f.oiplip_id%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;
130: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
131: -- ben_optip_f

Line 128: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;

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;
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;

Line 129: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;

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;
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;

Line 130: l_opp_object_version_number ben_oiplip_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;
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;

Line 926: from ben_oiplip_f opp

922: --
923: cursor c_opp is
924: select opp.oiplip_id,
925: opp.object_version_number
926: from ben_oiplip_f opp
927: where opp.oipl_id = p_oipl_id
928: and p_effective_date between
929: opp.effective_start_date and opp.effective_end_date;
930: -- To find the pgm, plan, opt and plan_typ for the oipl

Line 991: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;

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;
994: --
995: l_otp_effective_start_date ben_optip_f.effective_start_date%type;

Line 992: l_opp_effective_end_date ben_oiplip_f.effective_end_date%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;
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;

Line 993: l_opp_object_version_number ben_oiplip_f.object_version_number%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;
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;