DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on FF_FORMULA_TYPES_S

Line 469: -- INSTALLATION PROCEDURE FOR : FF_FORMULA_TYPES_S

465:
466: END install_ffc;
467:
468: --****************************************************************************
469: -- INSTALLATION PROCEDURE FOR : FF_FORMULA_TYPES_S
470: --****************************************************************************
471:
472: PROCEDURE install_fft (p_phase IN number)
473: -----------------------------------------

Line 510: -- FF_FORMULA_TYPES_S

506: PROCEDURE crt_exc (exception_type IN varchar2)
507: ----------------------------------------------
508: IS
509: -- Reports any exceptions during the delivery of startup data to
510: -- FF_FORMULA_TYPES_S
511:
512: BEGIN
513:
514: -- When the installation procedures encounter an error that cannot

Line 609: select ff_formula_types_s.nextval

605: into v_min_delivered
606: , v_max_delivered
607: from hr_s_formula_types;
608:
609: select ff_formula_types_s.nextval
610: into v_sequence_number
611: from dual;
612:
613: IF v_sequence_number

Line 616: hr_legislation.munge_sequence('FF_FORMULA_TYPES_S',

612:
613: IF v_sequence_number
614: BETWEEN v_min_delivered AND v_max_delivered THEN
615:
616: hr_legislation.munge_sequence('FF_FORMULA_TYPES_S',
617: v_sequence_number,
618: v_max_delivered);
619:
620: END IF;

Line 641: select ff_formula_types_s.nextval

637: where formula_type_name = stu_rec.c_true_key;
638:
639: EXCEPTION WHEN NO_DATA_FOUND THEN
640:
641: select ff_formula_types_s.nextval
642: into l_new_surrogate_key
643: from dual;
644:
645: WHEN TOO_MANY_ROWS THEN