[Home] [Help]
[Dependency Information]
Object Name: | MRP_SR_VIEW_REC_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SOURCING_RULE_ID | NUMBER | Yes | Sourcing rule identifier | |
RECEIPT_ORGANIZATION_ID | NUMBER | Receipt organization identifier | ||
ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCING_RULE_ID
, RECEIPT_ORGANIZATION_ID
, ORGANIZATION_CODE
FROM APPS.MRP_SR_VIEW_REC_V;
APPS.MRP_SR_VIEW_REC_V is not referenced by any database object
|
|
|