[Home] [Help]
[Dependency Information]
| Object Name: | MSD_SR_AUTH_ALL_LB_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Liability Analysis Planning Server View for Authorizations.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PLAN_ID | NUMBER | Yes | Ascp Plan id or -1 in case of collaborative Plan | |
| LEVEL_ID | NUMBER | Level Id of ' Authorization' | ||
| LEVEL_VALUE | VARCHAR2 | (80) | Yes | Level Value |
| LEVEL_VALUE_DESC | VARCHAR2 | (80) | Yes | Level Value Desc |
| LEVEL_VALUE_PK | NUMBER | Level Value PK | ||
| PARENT_LEVEL_ID | NUMBER | Level Id of 'All Authorization' | ||
| PARENT_VALUE | VARCHAR2 | (4000) | Parent Value | |
| PARENT_VALUE_DESC | VARCHAR2 | (4000) | Parent Value Desc | |
| PARENT_VALUE_PK | NUMBER | Parent Value Pk |
Cut, paste (and edit) the following text to query this object:
SELECT PLAN_ID
, LEVEL_ID
, LEVEL_VALUE
, LEVEL_VALUE_DESC
, LEVEL_VALUE_PK
, PARENT_LEVEL_ID
, PARENT_VALUE
, PARENT_VALUE_DESC
, PARENT_VALUE_PK
FROM APPS.MSD_SR_AUTH_ALL_LB_V;
APPS
MFG_LOOKUPS
MSC_PLANS
MSD_SR_UTIL
- show dependent code
APPS.MSD_SR_AUTH_ALL_LB_V is not referenced by any database object
|
|
|
|