Login  Register

Re: Upgrade EBS R12.1.3 to R12.2.10

Posted by satish on Apr 19, 2023; 8:37am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Upgrade-EBS-R12-1-3-to-R12-2-10-tp11817p11820.html

Hi Erman,
We have verified the note id, patches are not applied but the file versions are matching with with file versions from note ID.

R12.1.3:
--------

[applcrp@sssterpdev1 sql]$ adident Header AFCPMCPB.pls
AFCPMCPB.pls:
$Header AFCPMCPB.pls 120.3.12010000.3 2014/01/17 21:21:34 ckclark ship $



SQL> SELECT t1.name , t1.text
FROM dba_source t1
WHERE t1.NAME IN
(
'FND_CONCURRENT_PROGRAMS_PKG'
)
AND t1.line = 2
order by t1.name;  2    3    4    5    6    7    8

NAME
--------------------------------------------------------------------------------
TEXT
--------------------------------------------------------------------------------
FND_CONCURRENT_PROGRAMS_PKG
/* $Header: AFCPMCPS.pls 120.2.12010000.2 2014/01/17 21:41:21 ckclark ship $ */

FND_CONCURRENT_PROGRAMS_PKG
/* $Header: AFCPMCPB.pls 120.4 2009/07/22 15:24:29 tkamiya ship $ */


SQL> select bug_number from ad_bugs where bug_number=19003733;

no rows selected

SQL>  select bug_number from ad_bugs where bug_number=24849314;

no rows selected
____________________________________________________

R12.2:
------

SQL> SELECT t1.name , t1.text
  FROM dba_source t1
WHERE t1.NAME IN
  (
  'FND_CONCURRENT_PROGRAMS_PKG'
  )
  AND t1.line = 2
order by t1.name;  2    3    4    5    6    7    8

NAME
--------------------------------------------------------------------------------
TEXT
--------------------------------------------------------------------------------
FND_CONCURRENT_PROGRAMS_PKG
/* $Header: AFCPMCPS.pls 120.2.12010000.2 2014/01/17 21:41:21 ckclark ship $ */

FND_CONCURRENT_PROGRAMS_PKG
/* $Header: AFCPMCPB.pls 120.4 2009/07/22 15:24:29 tkamiya ship $ */




[applcrp@sssterpdev1 sql]$ adident Header AFCPMCPB.pls
AFCPMCPB.pls:
$Header AFCPMCPB.pls 120.4.12020000.2 2014/01/17 21:21:46 ckclark ship $



SQL> select bug_number from ad_bugs where bug_number=19003733;

no rows selected

SQL>  select bug_number from ad_bugs where bug_number=24849314;

no rows selected




Thanks,
Satish.