HP_RESET_JOB_VW(SQL View) |
Index Back |
---|---|
Reset Job Lock Srch viewSearch view of budget check log of job with an update in progress status. |
SELECT EMPLID , EMPL_RCD , HP_UPD_IN_PROGRESS FROM PS_HP_BDCK_LOG_JOB WHERE HP_UPD_IN_PROGRESS = 'Y' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPLID | Character(11) | VARCHAR2(11) NOT NULL |
Employee ID
Prompt Table: PERSON |
2 | EMPL_RCD | Number(3,0) | SMALLINT NOT NULL |
Empl Record
Prompt Table: PER_ORG_ASGN_VW |
3 | HP_UPD_IN_PROGRESS | Character(1) | VARCHAR2(1) NOT NULL |
This field is to indicate if update is in progress for a particular Doc ID. If it is "Yes", then the Doc ID is locked until the update is completed.
Y/N Table Edit |