DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_ROUTES_S

Line 2321: ff_routes_s.nextval,

2317: creation_date
2318: )
2319: values
2320: (
2321: ff_routes_s.nextval,
2322: 'FF_GLOBALS',
2323: 'N',
2324: 'Route for globals',
2325: 'ff_globals where global_id = &U1',

Line 2341: ff_routes_s.currval,

2337: sequence_no
2338: )
2339: values
2340: (ff_route_parameters_s.nextval,
2341: ff_routes_s.currval,
2342: 'T',
2343: 'GLOBAL_ID',
2344: 1
2345: );

Line 2349: select ff_routes_s.currval, ff_route_parameters_s.currval

2345: );
2346: -- set error tracking information
2347: hr_utility.set_location('ffdict.create_global_dbitem',5);
2348: --
2349: select ff_routes_s.currval, ff_route_parameters_s.currval
2350: into l_route_id, l_route_parameter_id
2351: from sys.dual;
2352: else
2353: -- set error tracking information