DBA Data[Home] [Help]

APPS.GCS_AGGREGATION_PKG dependencies on FND_GLOBAL

Line 366: g_fnd_user_id := fnd_global.user_id;

362: -- In case of an error, roll back to this point
363: SAVEPOINT gcs_aggregation_start;
364:
365: -- ***** Setup *****
366: g_fnd_user_id := fnd_global.user_id;
367: g_fnd_login_id := fnd_global.login_id;
368:
369: -- get the consolidation entity's currency
370: SELECT currency_code

Line 367: g_fnd_login_id := fnd_global.login_id;

363: SAVEPOINT gcs_aggregation_start;
364:
365: -- ***** Setup *****
366: g_fnd_user_id := fnd_global.user_id;
367: g_fnd_login_id := fnd_global.login_id;
368:
369: -- get the consolidation entity's currency
370: SELECT currency_code
371: INTO l_cons_entity_curr