DBA Data[Home] [Help]

APPS.FII_AP_INV_SUM_INC dependencies on FII_AP_DBI_LOG_EXP_T

Line 4573: g_state := 'Copying records from partition ' || i || ' into FII_AP_DBI_LOG_EXP_T.';

4569: FOR i IN 0..31 LOOP --i represents the partition of ap_dbi_log.
4570:
4571: IF g_timestamp3 + 30 >= g_timestamp1 AND g_exp_imp_prof_flag = 'Y' THEN --Copy records into Expense log table.
4572:
4573: g_state := 'Copying records from partition ' || i || ' into FII_AP_DBI_LOG_EXP_T.';
4574: if g_debug_flag = 'Y' then
4575: fii_util.put_line(g_state);
4576: end if;
4577:

Line 4579: INSERT INTO FII_AP_DBI_LOG_EXP_T(

4575: fii_util.put_line(g_state);
4576: end if;
4577:
4578:
4579: INSERT INTO FII_AP_DBI_LOG_EXP_T(
4580: Table_Name,
4581: Operation_Flag,
4582: Key_Value1_ID,
4583: Key_Value2_ID,