DBA Data[Home] [Help]

APPS.FND_CONC_STAT dependencies on STANDARD

Line 19: -- S = Standard

15: -- There are four levels of collection, set at the program level in
16: -- the STAT_COLLECT column of FND_CONCURRENT_PROGRAMS:
17: --
18: -- O = Off
19: -- S = Standard
20: -- E = Extra which includes S
21: -- A = All
22: --
23: -- The statistics corresponding to these levels are set in the table

Line 45: -- S = Standard

41: --
42: -- NOTE: STAT_COLLECT values are :
43: -- NULL ( unchanged )
44: -- O = off
45: -- S = Standard
46: -- E = Extra which includes S
47: -- A = All
48:
49: --

Line 145: -- S = Standard

141: -- "Collect" is run after request completion, if a
142: -- request runs in its own database session.
143: -- see also store_initial and store_final
144: -- NOTE: collection levels decode to
145: -- S = Standard
146: -- E = Extra which includes S
147: -- A = All
148:
149: PROCEDURE collect IS