[Home] [Help]
[Dependency Information]
| Object Name: | CM_APCM_MST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.CM_APCM_MST_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to enable master-detail relationship on Invoice Price Maintenance form
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PO_ID | NUMBER | (10) | Yes | PO identifier |
| ORGN_CODE | VARCHAR2 | (4) | Yes | orgn code |
| PO_NO | VARCHAR2 | (32) | Yes | PO Number |
| INVOICE_NO | VARCHAR2 | (50) | Yes | Invoice Number |
Cut, paste (and edit) the following text to query this object:
SELECT PO_ID
, ORGN_CODE
, PO_NO
, INVOICE_NO
FROM APPS.CM_APCM_MST_V;
APPS
CM_APCM_MST
PO_ORDR_HDR
APPS.CM_APCM_MST_V is not referenced by any database object
|
|
|
|