[Home] [Help]
[Dependency Information]
Object Name: | PAY_COIN_ANAL_ELEMENTS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table holds the definitions for make-up of a cash payment.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_COIN_ANAL_ELEMENTS_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_COIN_ANAL_ELEMENTS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_COIN_ANAL_ELEMENTS_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_COIN_ANAL_ELEMENTS | ![]() |
![]() |
PAY_COIN_ANAL_ELEMENTS PRE_PAYMENT_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COIN_ANAL_ELEMENT_ID | NUMBER | (15) | Yes | System-generated primary key column. |
PRE_PAYMENT_ID | NUMBER | (15) | Yes | Foreign key to PAY_PRE_PAYMENTS. |
MONETARY_UNIT_ID | NUMBER | (9) | Yes | Foreign key to PAY_MONETARY_UNITS. |
NUMBER_OF_MONETARY_UNITS | NUMBER | (15) | Yes | Quantity of monetary units. |
Cut, paste (and edit) the following text to query this object:
SELECT COIN_ANAL_ELEMENT_ID
, PRE_PAYMENT_ID
, MONETARY_UNIT_ID
, NUMBER_OF_MONETARY_UNITS
FROM HR.PAY_COIN_ANAL_ELEMENTS;
HR.PAY_COIN_ANAL_ELEMENTS does not reference any database object
HR.PAY_COIN_ANAL_ELEMENTS is referenced by following:
|
|
|