DBA Data[Home] [Help]

APPS.BEN_OPTION_IN_PLAN_API dependencies on BEN_OIPLIP_F

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

Line 127: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;

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;
129: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
130: -- ben_optip_f
131: l_optip_id ben_optip_f.optip_id%type;

Line 128: l_opp_effective_end_date ben_oiplip_f.effective_end_date%type;

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;
129: l_opp_object_version_number ben_oiplip_f.object_version_number%type;
130: -- ben_optip_f
131: l_optip_id ben_optip_f.optip_id%type;
132: l_otp_effective_start_date ben_optip_f.effective_start_date%type;

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

Line 918: from ben_oiplip_f opp

914: --
915: cursor c_opp is
916: select opp.oiplip_id,
917: opp.object_version_number
918: from ben_oiplip_f opp
919: where opp.oipl_id = p_oipl_id
920: and p_effective_date between
921: opp.effective_start_date and opp.effective_end_date;
922: -- To find the pgm, plan, opt and plan_typ for the oipl

Line 983: l_opp_effective_start_date ben_oiplip_f.effective_start_date%type;

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

Line 984: l_opp_effective_end_date ben_oiplip_f.effective_end_date%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;
986: --
987: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
988: l_otp_effective_end_date ben_optip_f.effective_end_date%type;

Line 985: l_opp_object_version_number ben_oiplip_f.object_version_number%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;
986: --
987: l_otp_effective_start_date ben_optip_f.effective_start_date%type;
988: l_otp_effective_end_date ben_optip_f.effective_end_date%type;
989: l_otp_object_version_number ben_optip_f.object_version_number%type;