DBA Data[Home] [Help]

APPS.FII_TIME_ROLLING_PKG dependencies on FND_GLOBAL

Line 15: l_user := FND_GLOBAL.USER_ID;

11: l_user number;
12:
13: BEGIN
14:
15: l_user := FND_GLOBAL.USER_ID;
16:
17: insert into fii_time_rolling_offsets(period_type, comparison_type, offset, start_date_offset, period_number, creation_date, created_by, last_update_date, last_updated_by, last_update_login)
18: values ('FII_ROLLING_WEEK' ,'YEARLY', 0, -6, 0, sysdate, l_user, sysdate, l_user, l_user);
19: insert into fii_time_rolling_offsets(period_type, comparison_type, offset, start_date_offset, period_number, creation_date, created_by, last_update_date, last_updated_by, last_update_login)