DBA Data[Home] [Help]

APPS.GMF_GLCOMMON_DB dependencies on FND_PROFILE

Line 68: x_max_roll_days := nvl(fnd_profile.value('GL$MAX_ROLL_DAYS'),-1);

64: If (error_status = 100 ) THEN
65: return(-1);
66: END IF;
67: /* Get the Max rollback days.*/
68: x_max_roll_days := nvl(fnd_profile.value('GL$MAX_ROLL_DAYS'),-1);
69:
70: /* Get the euro code */
71: OPEN C_get_euro_code;
72: FETCH C_get_euro_code INTO euro_code;