[Home] [Help]
[Dependency Information]
Object Name: | PJM_PROJECT_REQ_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
PJM_PROJECT_REQ_V returns project-related purchase requisition information.
This view corresponds to the Requisition Summary web inquiry region.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PROJECT_ID | NUMBER | System-generated number that uniquely identifies a project or seiban | ||
TASK_ID | NUMBER | System-generated number that uniquely identifies a task | ||
HEADER_ID | NUMBER | Yes | Purchase requisition header unique identifier | |
REQ_NUMBER | VARCHAR2 | (20) | Yes | Purchase requsition number |
CREATION_DATE | DATE | Purchase requisition creation date | ||
DESCRIPTION | VARCHAR2 | (240) | Descriptive text | |
TYPE | VARCHAR2 | (25) | Requisition type | |
APPROVAL_STATUS | VARCHAR2 | (80) | Authorization/approval status | |
APPROVER_ID | NUMBER | (9) | Unique identifier of the employee who approved the requisition | |
APPROVER | VARCHAR2 | (240) | Name of employee who approved the requisition | |
CLOSED_FLAG | VARCHAR2 | (4000) | Flag indicating requisition is closed | |
CANCELLED_FLAG | VARCHAR2 | (4000) | Flag indicating requisition is cancelled | |
PREPARER_ID | NUMBER | (9) | Yes | Unique identifier of the employee who prepared the requisition |
PREPARER | VARCHAR2 | (240) | Name of employee who prepared the requisition | |
CURRENCY | VARCHAR2 | (15) | Yes | Functional currency code |
TOTAL | VARCHAR2 | (4000) | Requisition total in functional currency | |
ITEM_NUMBER | VARCHAR2 | (40) | Item number | |
ITEM_DESCRIPTION | VARCHAR2 | (240) | Yes | Item description |
END_ITEM_UNIT_NUMBER | VARCHAR2 | (30) | End item model/unit number | |
ORG_ID | NUMBER | Operating unit unique identifier |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, TASK_ID
, HEADER_ID
, REQ_NUMBER
, CREATION_DATE
, DESCRIPTION
, TYPE
, APPROVAL_STATUS
, APPROVER_ID
, APPROVER
, CLOSED_FLAG
, CANCELLED_FLAG
, PREPARER_ID
, PREPARER
, CURRENCY
, TOTAL
, ITEM_NUMBER
, ITEM_DESCRIPTION
, END_ITEM_UNIT_NUMBER
, ORG_ID
FROM APPS.PJM_PROJECT_REQ_V;
APPS.PJM_PROJECT_REQ_V is not referenced by any database object
|
|
|