TRX_DEBTRT_SRCH(SQL View) |
Index Back |
---|---|
Search for trx_debt_ratingSearch record for trx_debt_rating table |
SELECT R.SETID , R.CR_RATING_TYPE , R.CR_RATING_VALUE , C.CR_RATING , C.DESCR FROM PS_TRX_DEBT_RATING R , PS_CREDIT_RTG_TBL C WHERE C.SETID = R.SETID AND C.CR_RATING_TYPE = R.CR_RATING_TYPE AND C.CR_RATING_VALUE = R.CR_RATING_VALUE AND R.EFFDT = ( SELECT MAX(E.EFFDT) FROM PS_TRX_DEBT_RATING E WHERE E.SETID = R.SETID AND E.CR_RATING_TYPE = R.CR_RATING_TYPE) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | CR_RATING_TYPE | Character(8) | VARCHAR2(8) NOT NULL |
The market credit agency associated wth a given group of credit ratings.
I=IBCA M=Moody's S=Standard && Poors Prompt Table: TRX_DEBT_RATING |
3 | CR_RATING_VALUE | Number(3,0) | SMALLINT NOT NULL | User defined rating values utilized to assign priorities to a given set of credit ratings. |
4 | CR_RATING | Character(5) | VARCHAR2(5) NOT NULL | The market credit rating associated wth a given bank/counterparty. |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |