Concurrent Request Phase Codes:
SELECT LOOKUP_CODE, MEANING
FROM FND_LOOKUP_VALUES
WHERE LOOKUP_TYPE = 'CP_PHASE_CODE' AND LANGUAGE = 'US'
LOOKUP_CODE
|
MEANING
|
C
|
Completed
|
I
|
Inactive
|
P
|
Pending
|
R
|
Running
|
Concurrent Request Status Codes:
SELECT LOOKUP_CODE, MEANING
FROM FND_LOOKUP_VALUES
WHERE LOOKUP_TYPE = 'CP_STATUS_CODE' AND LANGUAGE = 'US'
AND ENABLED_FLAG = 'Y';
LOOKUP_CODE
|
MEANING
|
R
|
Normal
|
I
|
Normal
|
Z
|
Waiting
|
D
|
Cancelled
|
U
|
Disabled
|
E
|
Error
|
M
|
No Manager
|
C
|
Normal
|
H
|
On Hold
|
W
|
Paused
|
B
|
Resuming
|
P
|
Scheduled
|
Q
|
Standby
|
S
|
Suspended
|
X
|
Terminated
|
T
|
Terminating
|
A
|
Waiting
|
G
|
Warning
|
Normally a concurrent request proceeds through three, possibly four, life cycle stages or phases,
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Within each phase, a request's condition or status may change. Below appears a listing of each phase and the various states that a concurrent request can go through.
The status and the description of each meaning given below:
|
No comments:
Post a Comment