DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on PA_RBS_HEADERS_S

Line 44: --This cursor selects the next value for rbs header id from pa_rbs_headers_s sequence

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

Line 47: Pa_Rbs_Headers_S.NextVal

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: