DBA Data[Home] [Help]

APPS.OPIMPXWI dependencies on FND_PROFILE

Line 840: NVL (FND_PROFILE.VALUE (g_measures_profile),

836: -- For backward compatibility, if a customer has not implemented
837: -- the profile, then these measures should get collected too.
838: EDW_LOG.PUT_LINE ('&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&');
839: EDW_LOG.PUT_LINE ('PROFILE ' || g_measures_profile ||' = ' ||
840: NVL (FND_PROFILE.VALUE (g_measures_profile),
841: 'NULL'));
842: EDW_LOG.PUT_LINE ('&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&');
843:
844: IF (NVL (FND_PROFILE.VALUE (g_measures_profile), 'Y') = 'Y') THEN

Line 844: IF (NVL (FND_PROFILE.VALUE (g_measures_profile), 'Y') = 'Y') THEN

840: NVL (FND_PROFILE.VALUE (g_measures_profile),
841: 'NULL'));
842: EDW_LOG.PUT_LINE ('&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&');
843:
844: IF (NVL (FND_PROFILE.VALUE (g_measures_profile), 'Y') = 'Y') THEN
845:
846: -- --------------------------------------------------------------
847: -- Calling procedures to calculate the Inv daily activities
848: -- for each organization