[Home] [Help]
[Dependency Information]
| Object Name: | OIE_SRS_CARD_NUMBER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLAP.OIE_SRS_CARD_NUMBER_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 |
|---|---|---|---|---|
| CARD_ID | NUMBER | (15) | Yes | |
| CARD_NUMBER | VARCHAR2 | (30) | ||
| FULL_NAME | VARCHAR2 | (240) | ||
| CARD_PROGRAM_NAME | VARCHAR2 | (80) | Yes | |
| ORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT CARD_ID
, CARD_NUMBER
, FULL_NAME
, CARD_PROGRAM_NAME
, ORG_ID
FROM APPS.OIE_SRS_CARD_NUMBER_V;
APPS
AP_CARDS_ALL
AP_CARD_PROGRAMS_ALL
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
IBY_CREDITCARD
PER_EMPLOYEES_X
APPS.OIE_SRS_CARD_NUMBER_V is not referenced by any database object
|
|
|
|