[Home] [Help]
[Dependency Information]
| Object Name: | CST_XLA_REP_SCHED_REF_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.CST_XLA_REP_SCHED_REF_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 |
|---|---|---|---|---|
| TRANSACTION_ID | NUMBER | Yes | Repetitive WIP transaction Identifier | |
| REPETITIVE_SCHEDULE_ID | NUMBER | Yes | WIP repetitive schedule Identifier | |
| REP_SCHED_WIP_ENTITY_ID | NUMBER | Yes | Repetitive WIP Entity ID | |
| REP_SCHED_LINE_ID | NUMBER | Yes | Repetitive Scheduled Line ID | |
| REP_SCHED_MATERIAL_ACCOUNT | NUMBER | Yes | General Ledger account to accumulate material charges for a repetitive schedule | |
| REP_SCHED_MAT_OVHD_ACCOUNT | NUMBER | Yes | General Ledger account to accumulate material overhead charges for a repetitive schedule | |
| REP_SCHED_OUT_PROC_ACCOUNT | NUMBER | Yes | General Ledger account to accumulate outside processing charges for a repetitive schedule | |
| REP_SCHED_OVERHEAD_ACCOUNT | NUMBER | Yes | General Ledger account to accumulate overhead charges for a repetitive schedule | |
| REP_SCHED_RESOURCE_ACCOUNT | NUMBER | Yes | General Ledger account to accumulate resource charges for a repetitive schedule |
Cut, paste (and edit) the following text to query this object:
SELECT TRANSACTION_ID
, REPETITIVE_SCHEDULE_ID
, REP_SCHED_WIP_ENTITY_ID
, REP_SCHED_LINE_ID
, REP_SCHED_MATERIAL_ACCOUNT
, REP_SCHED_MAT_OVHD_ACCOUNT
, REP_SCHED_OUT_PROC_ACCOUNT
, REP_SCHED_OVERHEAD_ACCOUNT
, REP_SCHED_RESOURCE_ACCOUNT
FROM APPS.CST_XLA_REP_SCHED_REF_V;
APPS
MTL_MATERIAL_TXN_ALLOCATIONS
WIP_REPETITIVE_SCHEDULES
APPS
XLA_00707_AAD_S_000019_PKG
- show dependent code
XLA_00707_AAD_S_000020_PKG
- show dependent code
|
|
|
|