DBA Data[Home] [Help]

APPS.PA_RBS_HEADER_PVT dependencies on PA_RBS_HEADERS_S

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

38: Is
39:
40: l_Business_Group_Id Number := Null;
41:
42: --This cursor selects the next value for rbs header id from pa_rbs_headers_s sequence
43: Cursor c_Rbs_Id_Seq Is
44: Select
45: Pa_Rbs_Headers_S.NextVal
46: From

Line 45: Pa_Rbs_Headers_S.NextVal

41:
42: --This cursor selects the next value for rbs header id from pa_rbs_headers_s sequence
43: Cursor c_Rbs_Id_Seq Is
44: Select
45: Pa_Rbs_Headers_S.NextVal
46: From
47: Sys.Dual;
48:
49: