DBA Data[Home] [Help]

APPS.FF_EXEC dependencies on FF_FDI_USAGES_F

Line 103: * from the ff_fdi_usages_f table.

99: * info from ff_formulas_f and ff_compiled_info_f.
100: * The formula cache size is limited, and is controlled by
101: * an internal variable. It defaults to FF_DFLT_CACHE_SIZE.
102: * In addition, a table of records that holds information derived
103: * from the ff_fdi_usages_f table.
104: * NOTE - performula, the in core fdiu is held, ordered by
105: * a combination of class and item name. i.e.
106: * U (Contexts)
107: * I (inputs), O (outputs), B (both),

Line 1432: from ff_fdi_usages_f fdiu

1428: 0 context_sum1,
1429: 0 context_sum2,
1430: fdiu.context_id,
1431: fdiu.route_id
1432: from ff_fdi_usages_f fdiu
1433: where fdiu.formula_id = p_formula_id
1434: and p_effective_date between
1435: fdiu.effective_start_date and fdiu.effective_end_date
1436: and fdiu.load_when_running = 'Y'