CA_BI_SPCLST_VW

(SQL View)
Index Back

CA Billing Specialist Eff Vw


SELECT s.setid , s.billing_specialist , s.effdt , s.eff_status , s.name1 , s.bill_authority_flg , s.add_dttm , s.last_update_dttm , s.last_maint_oprid FROM PS_BI_SPECIALIST s WHERE s.effdt = ( SELECT MAX(effdt) FROM PS_BI_SPECIALIST WHERE setid=s.setid AND billing_specialist=s.billing_specialist AND effdt <= %CurrentDateIn) AND s.eff_status='A'

# 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 BILLING_SPECIALIST Character(8) VARCHAR2(8) NOT NULL Billing Specialist

Prompt Table: BI_SPECIALIST

3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive

Default Value: A

5 CA_BI_SPECIALIST Character(40) VARCHAR2(40) NOT NULL Billing Specialist
6 BILL_AUTHORITY_FLG Character(1) VARCHAR2(1) NOT NULL Billing Authority Flag

Y/N Table Edit

Default Value: N

7 ADD_DTTM DateTime(26) TIMESTAMP Date Time Added
8 LAST_UPDATE_DTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
9 LAST_MAINT_OPRID Character(30) VARCHAR2(30) NOT NULL Last Maintained By Operator ID