R12.1.3: Note: 1341317.1 Fails Running the tax_asset_add_sel.sql Script
Hi,
We are in process of applying Patch 14273383. We are non-federal customer & on EBS version 12.1.3. As per Patch 14273383 readme, we need to follow 1341317.1. While executing the steps as per doc: 1341317.1, we received the following error:
$ sqlplus apps/******
SQL> @tax_asset_add_sel.sql
Enter value for wrk_id: 1,2,3,4,5,6,7,8
old 3: l_worker_id NUMBER := &wrk_id;
new 3: l_worker_id NUMBER := 1,2,3,4,5,6,7,8;
Enter value for num_of_wrks: 8
old 4: l_num_workers NUMBER := &num_of_wrks;
new 4: l_num_workers NUMBER := 8;
l_worker_id NUMBER := 1,2,3,4,5,6,7,8;
*
ERROR at line 3:
ORA-06550: line 3, column 43:
PLS-00103: Encountered the symbol "," when expecting one of the following:
* & = - + ; < / > at in is mod remainder not rem