[Home] [Help]
40: Is
41:
42: l_Business_Group_Id Number := Null;
43:
44: --This cursor selects the next value for rbs header id from pa_rbs_headers_s sequence
45: Cursor c_Rbs_Id_Seq Is
46: Select
47: Pa_Rbs_Headers_S.NextVal
48: From
43:
44: --This cursor selects the next value for rbs header id from pa_rbs_headers_s sequence
45: Cursor c_Rbs_Id_Seq Is
46: Select
47: Pa_Rbs_Headers_S.NextVal
48: From
49: Sys.Dual;
50:
51: