DBA Data[Home] [Help]

APPS.HXT_RETRO_VAL dependencies on FND_USER

Line 10: l_user_id fnd_user.user_id%TYPE := fnd_global.user_id;

6: -- ancient relic that we need to remove later and place in hxt_batch_process,
7: -- the only code that calss this thing.
8: PROCEDURE mark_rows_complete (p_batch_id IN NUMBER)
9: IS
10: l_user_id fnd_user.user_id%TYPE := fnd_global.user_id;
11: BEGIN
12:
13: -- the following sql has been condensed from the view creation statements
14: -- for HXT_BATCH_SUM_HOURS_V