[Home] [Help]
[Dependency Information]
| Object Name: | MRP_CUST_SUP_ORG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_CUST_SUP_ORG_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | (15) | Yes | Organization identifier |
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| CUSTOMER_ID | VARCHAR2 | (150) | Customer identifier | |
| CUSTOMER_NAME | VARCHAR2 | (360) | Customer name | |
| SHIP_TO_SITE_ID | VARCHAR2 | (150) | Ship to site identifier | |
| SHIP_TO_ADDRESS | VARCHAR2 | (240) | Ship to address | |
| SUPPLIER_ID | VARCHAR2 | (150) | Supplier identifier | |
| SUPPLIER_NAME | VARCHAR2 | (240) | Supplier name | |
| SUPPLIER_SITE_ID | VARCHAR2 | (150) | Supplier site identifier | |
| SUPPLIER_SITE | VARCHAR2 | (15) | Supplier site |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ORGANIZATION_CODE
, CUSTOMER_ID
, CUSTOMER_NAME
, SHIP_TO_SITE_ID
, SHIP_TO_ADDRESS
, SUPPLIER_ID
, SUPPLIER_NAME
, SUPPLIER_SITE_ID
, SUPPLIER_SITE
FROM APPS.MRP_CUST_SUP_ORG_V;
APPS
FND_GLOBAL
- show dependent code
HR_API
- show dependent code
HR_ORGANIZATION_INFORMATION_V
HZ_CUST_ACCOUNTS
HZ_CUST_ACCT_SITES
HZ_CUST_SITE_USES_ALL
HZ_LOCATIONS
HZ_PARTIES
HZ_PARTY_SITES
MTL_PARAMETERS
PO_VENDORS
PO_VENDOR_SITES_ALL
APPS
MRP_ASSIGNMENT_PVT
- show dependent code
MRP_SELECT_ALL_FOR_RELEASE_PUB
- show dependent code
MRP_SOURCING_RULE_PVT
- show dependent code
MRP_SR_RECEIPT_ORG_V
|
|
|
|