DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on FF_COMPILED_INFO_F

Line 2647: ff_compiled_info_f fci

2643: begin
2644: select ff.formula_name
2645: into l_formula_name
2646: from ff_formulas_f ff,
2647: ff_compiled_info_f fci
2648: where ff.formula_name = 'US_YEP_BOX_12'
2649: and fci.formula_id = ff.formula_id;
2650: exception
2651: when no_data_found then

Line 2661: ff_compiled_info_f fci

2657: begin
2658: select ff.formula_name
2659: into l_formula_name
2660: from ff_formulas_f ff,
2661: ff_compiled_info_f fci
2662: where ff.formula_name = 'US_YEP_BOX_14'
2663: and fci.formula_id = ff.formula_id;
2664: exception
2665: when no_data_found then

Line 2674: ff_compiled_info_f fci

2670: begin
2671: select ff.formula_name
2672: into l_formula_name
2673: from ff_formulas_f ff,
2674: ff_compiled_info_f fci
2675: where ff.formula_name = 'US_YEP_FEDERAL'
2676: and fci.formula_id = ff.formula_id;
2677: exception
2678: when no_data_found then

Line 2687: ff_compiled_info_f fci

2683: begin
2684: select ff.formula_name
2685: into l_formula_name
2686: from ff_formulas_f ff,
2687: ff_compiled_info_f fci
2688: where ff.formula_name = 'US_YEP_LOCALITY'
2689: and fci.formula_id = ff.formula_id;
2690: exception
2691: when no_data_found then

Line 2700: ff_compiled_info_f fci

2696: begin
2697: select ff.formula_name
2698: into l_formula_name
2699: from ff_formulas_f ff,
2700: ff_compiled_info_f fci
2701: where ff.formula_name = 'US_YEP_STATE'
2702: and fci.formula_id = ff.formula_id;
2703: exception
2704: when no_data_found then