DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on FND_GLOBAL

Line 418: l_user_id := fnd_global.user_id;

414: debug('start date: ' || to_char(p_start_date));
415: debug('end date: ' || to_char(p_end_date));
416: debug('status: ' || p_period_status);
417:
418: l_user_id := fnd_global.user_id;
419:
420: debug('l_user_id: ' || l_user_id);
421:
422: -- In order to round the amount columns we must figure how many places

Line 1125: l_user_id := fnd_global.user_id;

1121: -- Step 1
1122: -- Populate the interim table ar_interim_ccid_by_gl_account with the
1123: -- code combinations for the given gl_account.
1124:
1125: l_user_id := fnd_global.user_id;
1126: l_segment_name := get_gl_account_segment();
1127:
1128: debug('Natural segment: ' || l_segment_name);
1129:

Line 1282: l_user_id := fnd_global.user_id;

1278: -- Step 1
1279: -- Populate the interim table ar_interim_ccid_by_gl_account with the
1280: -- code combinations for the given gl_account.
1281:
1282: l_user_id := fnd_global.user_id;
1283: l_segment_name := get_gl_account_segment();
1284:
1285: debug('user ID: ' || l_user_id);
1286: debug('Natural segment: ' || l_segment_name);