DBA Data[Home] [Help]

APPS.HRI_OPL_SUP_WRKFC dependencies on FND_GLOBAL

Line 202: l_user_id := fnd_global.user_id;

198: l_table_name := 'HRI_MAP_SUP_WRKFC';
199: END IF;
200: --
201: l_current_time := SYSDATE;
202: l_user_id := fnd_global.user_id;
203: --
204: l_sql_stmt :=
205: 'INSERT ' || l_hint || 'INTO ' || l_table_name || ' ' || l_partition_clause || '
206: (supervisor_person_id

Line 400: l_user_id := fnd_global.user_id;

396: --
397: dbg('Inside process_incr_range range ='||p_start_object_id||' - '||p_end_object_id);
398: --
399: l_current_time := SYSDATE;
400: l_user_id := fnd_global.user_id;
401: --
402: -- Merge the record from the query into the existing table. This will either update
403: -- the existing record in the table or insert the record in case it does not exist
404: -- in the table

Line 1024: IF fnd_global.conc_request_id is null THEN

1020: p_table_owner => l_schema);
1021: --
1022: -- Collect the statistics only when the process is NOT invoked by a concurrent manager
1023: --
1024: IF fnd_global.conc_request_id is null THEN
1025: --
1026: dbg('Full Refresh selected - gathering stats');
1027: fnd_stats.gather_table_stats(l_schema,'HRI_MAP_SUP_WRKFC');
1028: --