Below is another reason why "An error has occurred that has stopped this transaction from continuing" encountered,
Record was not properly build, so i have dropped the record and created new,
For example, DROP TABLE PS_HM_BEC_CTI_TBL / CREATE TABLE PS_HM_BEC_CTI_TBL (OPRID VARCHAR2(30) NOT NULL, RUN_CNTL_ID VARCHAR2(30) NOT NULL, HM_CLM_CAT_CD VARCHAR2(10) NOT NULL, HM_CLM_TYPE VARCHAR2(10) NOT NULL, HM_CLM_ITEM_CD VARCHAR2(10) NOT NULL) TABLESPACE PCLARGE STORAGE (INITIAL 40000 NEXT 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PCTUSED 80 /
4 comments:
Below is another reason why "An error has occurred that has stopped this transaction from continuing" encountered,
Record was not properly build, so i have dropped the record and created new,
For example,
DROP TABLE PS_HM_BEC_CTI_TBL
/
CREATE TABLE PS_HM_BEC_CTI_TBL (OPRID VARCHAR2(30) NOT NULL,
RUN_CNTL_ID VARCHAR2(30) NOT NULL,
HM_CLM_CAT_CD VARCHAR2(10) NOT NULL,
HM_CLM_TYPE VARCHAR2(10) NOT NULL,
HM_CLM_ITEM_CD VARCHAR2(10) NOT NULL) TABLESPACE PCLARGE STORAGE
(INITIAL 40000 NEXT 100000 MAXEXTENTS UNLIMITED PCTINCREASE 0)
PCTFREE 10 PCTUSED 80
/
Thus the error was resolved
Thank you for sharing..
Hi JOEL LYTE,
How did you know that the Record was not properly built?
Following error occurred while opening pages in PEOPLESOFT FSCM 9.2
Page not found: PROJECT_GEN_01A. (15,14)
The specified page name was not found. Contact your system administrator.
Post a Comment