DBA Data[Home] [Help]

APPS.JTF_RS_SRP_GROUPS_CONC_PUB dependencies on FND_PROFILE

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

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