DBA Data[Home] [Help]

APPS.JTF_RS_DEFAULT_GROUPS_CONC_PUB dependencies on FND_PROFILE

Line 108: l_parallel := floor(fnd_profile.value('EDW_PARALLEL_SRC')); -- gets value of profile option

104: BEGIN
105: l_parallel := null;
106: -- EDW : Degree of Parallelism-Source
107: l_parallel := null;
108: l_parallel := floor(fnd_profile.value('EDW_PARALLEL_SRC')); -- gets value of profile option
109:
110: /* Set by the customer, return this value */
111:
112: IF (l_parallel IS NOT NULL and l_parallel > 0) THEN