DBA Data[Home] [Help]

APPS.HRSTRDBI dependencies on FF_FUNCTIONS

Line 192: into ff_functions.

188: into ff_formulas_f.
189: Created insert_functions to insert GET_HOURS_WORKED,
190: CURRENCY_CONVERT_AMOUNT, GET_RATE_TYPE,
191: CHECK_RATE_TYPE and accrual functions
192: into ff_functions.
193: alogue 11-JAN-1999 - R11.5 Entity Horizon changes:
194: OAB and other new ff_contexts, route
195: ASSIGNMENT_BUDGET_VALUES and dbitems,
196: ASSIGNMENT_FULL_TIME_CONDITIONS route

Line 5535: select ff_functions_s.nextval

5531: ,p_alias varchar2 default null) is
5532: l_function_id number;
5533: begin
5534: --
5535: select ff_functions_s.nextval
5536: into l_function_id
5537: from dual;
5538: --
5539: insert into ff_functions

Line 5539: insert into ff_functions

5535: select ff_functions_s.nextval
5536: into l_function_id
5537: from dual;
5538: --
5539: insert into ff_functions
5540: (FUNCTION_ID
5541: ,BUSINESS_GROUP_ID
5542: ,LEGISLATION_CODE
5543: ,CLASS