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 293: /* FND_USER */

289: /* GL_ACCOUNT_HIERARCHIES */
290: /* */
291: /* AOL Tables which are being used include : */
292: /* */
293: /* FND_USER */
294: /* FND_APPLICATION */
295: /* FND_RESPONSIBILITY */
296: /* FND_PROFILE_OPTION_VALUES */
297: /* FND_PRODUCT_INSTALLATIONS */

Line 7729: l_user_id fnd_user.user_id%TYPE;

7725: l_currency_code gl_sets_of_books.currency_code%TYPE;
7726: l_autopost_set_name gl_automatic_posting_sets.autopost_set_name%TYPE;
7727: l_appl_id fnd_application.application_id%TYPE;
7728: l_resp_id fnd_responsibility.responsibility_id%TYPE;
7729: l_user_id fnd_user.user_id%TYPE;
7730: l_actual_flag gl_je_batches.actual_flag%TYPE;
7731: l_source_name gl_je_headers.je_source%TYPE;
7732: l_period_name gl_je_batches.default_period_name%TYPE;
7733: l_je_batch_id gl_je_batches.je_batch_id%TYPE;