DBA Data[Home] [Help]

APPS.FV_TBAL_BY_TS dependencies on FV_FACTS_TEMP

Line 149: ' INSERT INTO fv_facts_temp

145:
146: END IF;
147:
148: v_statement :=
149: ' INSERT INTO fv_facts_temp
150: (treasury_symbol_id, sgl_acct_number, fct_int_record_category,
151: amount, amount1, amount2 '||
152: REPLACE(v_group_by, 'glcc.' )||')'||
153: ' SELECT

Line 222: FROM fv_facts_temp

218: FV_UTILITY.LOG_MESG(FND_LOG.LEVEL_STATEMENT, l_module_name,'Purging facts temp table');
219: END IF;
220:
221: DELETE
222: FROM fv_facts_temp
223: WHERE fct_int_record_category = 'STBAL';
224: EXCEPTION
225: WHEN OTHERS THEN
226: retcode := -1;