DBA Data[Home] [Help]

APPS.PAY_CORE_UTILS dependencies on FND_RELEASE

Line 1237: if substr(fnd_release.release_name,1,2) = '12' and substr(fnd_release.release_name,4,1) >= '2' then

1233: /*Bug 10212578 */
1234:
1235: p_found := FALSE;
1236:
1237: if substr(fnd_release.release_name,1,2) = '12' and substr(fnd_release.release_name,4,1) >= '2' then
1238:
1239: if p_legrul_name = 'ADJUSTMENT_EE_SOURCE' then
1240: p_legrul_value := 'T';
1241: p_found := TRUE;

Line 2041: if substr(fnd_release.release_name,1,2) = '12' and substr(fnd_release.release_name,4,1) >= '2'

2037:
2038: /* Bug 13358562 , Enable Sparse Matrix by default
2039: if the release is 12.2 then return the l_status as 'Y'
2040: */
2041: if substr(fnd_release.release_name,1,2) = '12' and substr(fnd_release.release_name,4,1) >= '2'
2042: and p_short_name ='ENABLE_RR_SPARSE' then
2043: l_status := 'Y';
2044:
2045: /* If the legislation codes do not match