DBA Data[Home] [Help]

APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_USER

Line 121: g_user_id fnd_user.user_id%TYPE;

117: g_ussgl_option_flag BOOLEAN;
118:
119: g_budgetary_enc_flag VARCHAR2(1);
120:
121: g_user_id fnd_user.user_id%TYPE;
122:
123: g_resp_appl_id fnd_application.application_id%TYPE;
124:
125: g_user_resp_id fnd_responsibility.responsibility_id%TYPE;

Line 304: /* FND_USER */

300: /* GL_ACCOUNT_HIERARCHIES */
301: /* */
302: /* AOL Tables which are being used include : */
303: /* */
304: /* FND_USER */
305: /* FND_APPLICATION */
306: /* FND_RESPONSIBILITY */
307: /* FND_PROFILE_OPTION_VALUES */
308: /* FND_PRODUCT_INSTALLATIONS */

Line 7915: l_user_id fnd_user.user_id%TYPE;

7911: l_currency_code gl_sets_of_books.currency_code%TYPE;
7912: l_autopost_set_name gl_automatic_posting_sets.autopost_set_name%TYPE;
7913: l_appl_id fnd_application.application_id%TYPE;
7914: l_resp_id fnd_responsibility.responsibility_id%TYPE;
7915: l_user_id fnd_user.user_id%TYPE;
7916: l_actual_flag gl_je_batches.actual_flag%TYPE;
7917: l_source_name gl_je_headers.je_source%TYPE;
7918: l_period_name gl_je_batches.default_period_name%TYPE;
7919: l_je_batch_id gl_je_batches.je_batch_id%TYPE;