DBA Data[Home] [Help]

APPS.QA_PARENT_CHILD_PKG dependencies on FND_PROFILE

Line 1940: IF (( p_commit = 'T' ) AND (NVL(FND_PROFILE.VALUE('EDR_ERES_ENABLED'),'N')='N')) THEN

1936: -- be done by the EDR library.
1937: -- In all other cases, it is OK to issue the commit since the data would be
1938: -- committed on the child plan form before navigating back to the parent.
1939: --
1940: IF (( p_commit = 'T' ) AND (NVL(FND_PROFILE.VALUE('EDR_ERES_ENABLED'),'N')='N')) THEN
1941: -- Bug 2300962. Needs explicit commit, if called from post-database-commit trigger
1942: COMMIT;
1943: END IF;
1944: