DBA Data[Home] [Help]

APPS.PA_RBS_ELEMENTS_PUB dependencies on PA_RBS_VERSIONS_B

Line 68: Pa_Rbs_Versions_B

64: Cursor cLockVersionRec(P_Id IN Number) is
65: Select
66: Status_Code
67: From
68: Pa_Rbs_Versions_B
69: Where
70: Status_Code = 'WORKING'
71: And Rbs_Version_Id = P_Id
72: For Update Of Status_code NoWait;

Line 393: Pa_Rbs_Versions_B

389: Cursor cLockVersionRec(P_Id IN Number) is
390: Select
391: 'Y'
392: From
393: Pa_Rbs_Versions_B
394: Where
395: Status_Code = 'WORKING'
396: And Rbs_Version_Id = P_Id
397: For Update of Status_code NoWait;