DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_ROUTES_S

Line 2324: ff_routes_s.nextval,

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

Line 2344: ff_routes_s.currval,

2340: sequence_no
2341: )
2342: values
2343: (ff_route_parameters_s.nextval,
2344: ff_routes_s.currval,
2345: 'T',
2346: 'GLOBAL_ID',
2347: 1
2348: );

Line 2352: select ff_routes_s.currval, ff_route_parameters_s.currval

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