DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on FF_COMPILED_INFO_F

Line 3157: ff_compiled_info_f fci

3153: begin
3154: select ff.formula_name
3155: into l_formula_name
3156: from ff_formulas_f ff,
3157: ff_compiled_info_f fci
3158: where ff.formula_name = 'US_YEP_BOX_12'
3159: and fci.formula_id = ff.formula_id;
3160: exception
3161: when no_data_found then

Line 3171: ff_compiled_info_f fci

3167: begin
3168: select ff.formula_name
3169: into l_formula_name
3170: from ff_formulas_f ff,
3171: ff_compiled_info_f fci
3172: where ff.formula_name = 'US_YEP_BOX_14'
3173: and fci.formula_id = ff.formula_id;
3174: exception
3175: when no_data_found then

Line 3184: ff_compiled_info_f fci

3180: begin
3181: select ff.formula_name
3182: into l_formula_name
3183: from ff_formulas_f ff,
3184: ff_compiled_info_f fci
3185: where ff.formula_name = 'US_YEP_FEDERAL'
3186: and fci.formula_id = ff.formula_id;
3187: exception
3188: when no_data_found then

Line 3197: ff_compiled_info_f fci

3193: begin
3194: select ff.formula_name
3195: into l_formula_name
3196: from ff_formulas_f ff,
3197: ff_compiled_info_f fci
3198: where ff.formula_name = 'US_YEP_LOCALITY'
3199: and fci.formula_id = ff.formula_id;
3200: exception
3201: when no_data_found then

Line 3210: ff_compiled_info_f fci

3206: begin
3207: select ff.formula_name
3208: into l_formula_name
3209: from ff_formulas_f ff,
3210: ff_compiled_info_f fci
3211: where ff.formula_name = 'US_YEP_STATE'
3212: and fci.formula_id = ff.formula_id;
3213: exception
3214: when no_data_found then