DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PUB dependencies on PA_RBS_VERSIONS_B

Line 44: Pa_Rbs_Versions_B

40: Cursor cLockVersionRec(P_Id IN Number) is
41: Select
42: Status_Code
43: From
44: Pa_Rbs_Versions_B
45: Where
46: Status_Code = 'WORKING'
47: And Rbs_Version_Id = P_Id
48: For Update Of Status_code NoWait;

Line 330: Pa_Rbs_Versions_B

326: Cursor cLockVersionRec(P_Id IN Number) is
327: Select
328: 'Y'
329: From
330: Pa_Rbs_Versions_B
331: Where
332: Status_Code = 'WORKING'
333: And Rbs_Version_Id = P_Id
334: For Update of Status_code NoWait;