DBA Data[Home] [Help]

APPS.RLM_REPLACE_SV dependencies on RLM_CORE_SV

Line 20: C_SDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL1;

16: GLOBALS:
17:
18: ===========================================================================*/
19: -- RLM Debug Constants
20: C_SDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL1;
21: C_DEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL2;
22: C_TDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL3;
23:
24: -- For holding SF,ST,CI of the previous eligible replacement schedule lines,

Line 21: C_DEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL2;

17:
18: ===========================================================================*/
19: -- RLM Debug Constants
20: C_SDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL1;
21: C_DEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL2;
22: C_TDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL3;
23:
24: -- For holding SF,ST,CI of the previous eligible replacement schedule lines,
25: -- declare this global pl/sql table

Line 22: C_TDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL3;

18: ===========================================================================*/
19: -- RLM Debug Constants
20: C_SDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL1;
21: C_DEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL2;
22: C_TDEBUG CONSTANT NUMBER := rlm_core_sv.C_LEVEL3;
23:
24: -- For holding SF,ST,CI of the previous eligible replacement schedule lines,
25: -- declare this global pl/sql table
26: TYPE list_rec_type IS RECORD