[Home] [Help]
[Dependency Information]
| Object Name: | MRP_SR_VIEW_REC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_SR_VIEW_REC_V
|
| 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
FND_GLOBAL
- show dependent code
HR_API
- show dependent code
MRP_SR_RECEIPT_ORG
MRP_SR_RECEIPT_ORG_V
MRP_SR_SOURCE_ORG
APPS.MRP_SR_VIEW_REC_V is not referenced by any database object
|
|
|
|