Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| transferrequisitionid | bigserial | 19 | √ | nextval('tbl_transferrequisitionmaster_transferrequisitionid_seq'::regclass) |
|
|
Primary key |
||||
| fromdate | date | 13 | √ | null |
|
|
Meaning: The requested effective start date of the transfer. |
||||
| description | varchar | 500 | √ | null |
|
|
Detailed justification or explanation for the transfer request. |
||||
| totalno | int4 | 10 | √ | null |
|
|
Meaning: The total number of positions or employees involved in this specific requisition. |
||||
| state | int8 | 19 | √ | null |
|
|
The current geographical state or region associated with the transfer (often the source state). |
||||
| branch | int8 | 19 | √ | null |
|
|
The originating branch/location from which the employee is being transferred. |
||||
| category | int8 | 19 | √ | null |
|
|
The job category of the position being transferred. |
||||
| subcategory | int8 | 19 | √ | null |
|
|
The detailed sub-category of the job. |
||||
| department | int4 | 10 | √ | null |
|
|
The originating department of the employee/position. |
||||
| subdepartment | int4 | 10 | √ | null |
|
|
The originating sub-department. |
||||
| stage | varchar | 50 | √ | null |
|
|
The current step in the workflow process Approved or Pending (e.g., HR Review, Final Approval, Completed). |
||||
| com1 | varchar | 2147483647 | √ | null |
|
|
Custom field 1 (General Purpose) - Reserved for specific, non-standard business data. Any com value is not specified |
||||
| com2 | varchar | 2147483647 | √ | null |
|
|
Custom field 2 (General Purpose). |
||||
| com3 | varchar | 2147483647 | √ | null |
|
|
Custom field 3 (General Purpose). |
||||
| com4 | varchar | 2147483647 | √ | null |
|
|
Custom field 4 (General Purpose). |
||||
| com5 | varchar | 2147483647 | √ | null |
|
|
Custom field 5 (General Purpose). |
||||
| com6 | numeric | 0 | √ | null |
|
|
Custom field 6 (General Purpose). |
||||
| com7 | numeric | 0 | √ | null |
|
|
Custom field 7 (General Purpose). |
||||
| com8 | bool | 1 | √ | null |
|
|
Custom field 8 (General Purpose). |
||||
| com9 | bool | 1 | √ | null |
|
|
Custom field 9 (General Purpose). |
||||
| com10 | timestamp | 29,6 | √ | null |
|
|
Custom field 10 (General Purpose). |
||||
| createdon | timestamp | 29,6 | √ | null |
|
|
Legacy timestamp of when the transfer request was initially created (may be redundant with |
||||
| createdby | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid or public.tbl_userlogin.id |
||||
| modifiedon | timestamp | 29,6 | √ | null |
|
|
Legacy timestamp of the last modification to the transfer request (may be redundant with |
||||
| modifiedby | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid or public.tbl_userlogin.id |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
Meaning: The exact timestamp of when the record was created. |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Meaning: The exact timestamp of the last modification to the record. |
||||
| employeeid | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
||||
| relocationamount | int8 | 19 | √ | null |
|
|
Meaning: The approved or estimated financial amount associated with the relocation/transfer (e.g., travel expenses, moving costs). |
||||
| reportingperson1 | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
||||
| reportingperson2 | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
||||
| companyid | int4 | 10 | √ | null |
|
|
FK: Reference to a company master table |
||||
| sbuid | int4 | 10 | √ | null |
|
|
|||||
| fromposition | int8 | 19 | √ | null |
|
|
FK: Reference to a position master table |
||||
| statusdate | timestamp | 29,6 | √ | null |
|
|
The timestamp when the current status was set (e.g., Approved, Rejected, Pending). |
||||
| statusby | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid or public.tbl_userlogin.id |
||||
| statusremark | varchar | 500 | √ | null |
|
|
Comments or detailed justification provided by the user who set the current status. |
||||
| approvalimpacted | bool | 1 | null |
|
|
Flag or code indicating which approval chains/processes were impacted by this transfer request.(changes are impacted or not ) |
|||||
| source | varchar | 100 | null |
|
|
The system or method through which the request was initiated (e.g.,Import transfer or Manaul request ). |
|||||
| subdepartmentid1 | int8 | 19 | √ | null |
|
|
FK: Reference to a sub-department master table |
||||
| subdepartmentid2 | int8 | 19 | √ | null |
|
|
Used for capturing a secondary target sub-department or a custom organizational unit. |
||||
| subdepartmentid3 | int8 | 19 | √ | null |
|
|
Used for capturing a tertiary target sub-department or a custom organizational unit. |
||||
| subdepartmentid4 | int8 | 19 | √ | null |
|
|
Used for capturing a quaternary target sub-department or a custom organizational unit. |
||||
| compliance_branch | int8 | 19 | √ | null |
|
|
FK: Reference to a branch/location master table |
||||
| past_structure_ids | text | 2147483647 | √ | null |
|
|
A JSON array or Text list of old organizational unit IDs (e.g., department, branch) the employee was historically associated with before this transfer. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_transferrequisitionmaster_pk_tbl_transferrequisitionmaster | Primary key | Asc | transferrequisitionid |



