AV_MBR_TEMP_TBL(SQL Table) |
Index Back |
---|---|
Membership Org Temp FileThis table holds the Emplid/Ext-org-id of the constituents selected from the Membership Criteria panel. It is deleted each time the Cobol routine is run that updates the Membership History Table with these constituents. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | INSTITUTION | Character(5) | VARCHAR2(5) NOT NULL | Academic Institution |
3 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL | Employee ID |
4 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL | External Org ID |
5 | AV_MBR_ORG_COD | Character(10) | VARCHAR2(10) NOT NULL | Member Organization Code |
6 | AV_MBR_CRIT_TYP | Character(1) | VARCHAR2(1) NOT NULL |
This field is used to capture the type of Membership Criteria the user is setting up. It will identify whether to search for Person (people) or Organization (businesses).
B=Both O=Organization P=Person |
7 | AV_AUDIENCE | Character(10) | VARCHAR2(10) NOT NULL | Audience Code |
8 | AUD_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Indicates whether the population is being identified for Segmentation, Reporting, or Administration.
A=Administrative R=Reporting S=Segmentation |