DBA Data[Home] [Help]

APPS.AR_CUMULATIVE_BALANCE_REPORT dependencies on FND_GLOBAL

Line 444: l_user_id := fnd_global.user_id;

440: debug('start date: ' || to_char(p_start_date));
441: debug('end date: ' || to_char(p_end_date));
442: debug('status: ' || p_period_status);
443:
444: l_user_id := fnd_global.user_id;
445:
446: debug('l_user_id: ' || l_user_id);
447:
448: -- In order to round the amount columns we must figure how many places

Line 1151: l_user_id := fnd_global.user_id;

1147: -- Step 1
1148: -- Populate the interim table ar_interim_ccid_by_gl_account with the
1149: -- code combinations for the given gl_account.
1150:
1151: l_user_id := fnd_global.user_id;
1152: l_segment_name := get_gl_account_segment();
1153:
1154: debug('Natural segment: ' || l_segment_name);
1155:

Line 1311: l_user_id := fnd_global.user_id;

1307: -- Step 1
1308: -- Populate the interim table ar_interim_ccid_by_gl_account with the
1309: -- code combinations for the given gl_account.
1310:
1311: l_user_id := fnd_global.user_id;
1312: l_segment_name := get_gl_account_segment();
1313:
1314: debug('user ID: ' || l_user_id);
1315: debug('Natural segment: ' || l_segment_name);