DBA Data[Home] [Help]

APPS.PA_RBS_VERSIONS_PVT dependencies on PA_RBS_VERSIONS_TL

Line 302: Pa_Rbs_Versions_TL

298: Cursor GetDetails2(P_Id IN Number) Is
299: Select
300: Description
301: From
302: Pa_Rbs_Versions_TL
303: Where
304: Rbs_Version_Id = P_Id
305: --MLS changes.
306: --And Source_Lang = UserEnv('LANG');

Line 392: Pa_Debug.G_Stage := 'Get details from record in pa_rbs_versions_tl to copy from.';

388:
389: l_Frozen_Rbs_Ver_Exists := True;
390: Close GetDetails;
391:
392: Pa_Debug.G_Stage := 'Get details from record in pa_rbs_versions_tl to copy from.';
393: Open GetDetails2(l_Rbs_Version_From_Id);
394: Fetch GetDetails2 Into GetDetails_Rec2;
395: Close GetDetails2;
396: