[Home] [Help]
[Dependency Information]
| Object Name: | IGC_CC_SLA_BFLOW_PRIOR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View created to be used in Payables to identify by SLA as prior entry created by CC
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CC_LINE | CHAR | (1) | Constant 'Y' | |
| IGC_APPLICATION_ID | NUMBER | Aplication id 8407 | ||
| CC_ENTITY_CODE | CHAR | (12) | Entity 'CC_CONTRACTS' | |
| CC_DIST_TYPE | CHAR | (2) | Distribution type 'CC' | |
| CC_DIST_ID | NUMBER | Account line defining column | ||
| CC_DOC_ID | NUMBER | Document identifier defining column | ||
| PO_DISTRIBUTION_ID | NUMBER | Yes | Document distribution unique identifier | |
| CC_NUM | VARCHAR2 | (20) | Yes | Document number |
| CC_VERSION_NUM | NUMBER | Yes | Document version number | |
| CC_HEADER_ID | NUMBER | Yes | Document identifier defining column |
Cut, paste (and edit) the following text to query this object:
SELECT CC_LINE
, IGC_APPLICATION_ID
, CC_ENTITY_CODE
, CC_DIST_TYPE
, CC_DIST_ID
, CC_DOC_ID
, PO_DISTRIBUTION_ID
, CC_NUM
, CC_VERSION_NUM
, CC_HEADER_ID
FROM APPS.IGC_CC_SLA_BFLOW_PRIOR_V;
APPS
IGC_CC_DET_PF
IGC_CC_HEADERS_ALL
PO_DISTRIBUTIONS_ALL
PO_LINES_ALL
PO_LINE_TYPES
APPS
AP_EXTRACT_INVOICE_DTLS_BC_V
GMS_FUNDS_CONTROL_PKG
- show dependent code
PA_FUNDS_CONTROL_PKG1
- show dependent code
|
|
|
|