[Home] [Help]
[Dependency Information]
| Object Name: | MSC_SR_VIEW_REC_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MSC.MSC_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 | ||
| RECEIPT_ORGANIZATION_ID | NUMBER | |||
| RECEIPT_ORG_INSTANCE_ID | NUMBER | |||
| ORGANIZATION_CODE | VARCHAR2 | (7) |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCING_RULE_ID
, RECEIPT_ORGANIZATION_ID
, RECEIPT_ORG_INSTANCE_ID
, ORGANIZATION_CODE
FROM APPS.MSC_SR_VIEW_REC_V;
APPS
MSC_GET_NAME
- show dependent code
MSC_SR_RECEIPT_ORG
MSC_SR_RECEIPT_ORG_V
MSC_SR_SOURCE_ORG
APPS.MSC_SR_VIEW_REC_V is not referenced by any database object
|
|
|
|