DBA Data[Home] [Help]

APPS.POA_SAVINGS_MAIN dependencies on POA_BIS_SAVINGS_RPT

Line 117: delete from poa_bis_savings_rpt

113: -- Delete from the temporary table where the entries
114: -- are more than 2 days old.
115:
116: x_progress := '015';
117: delete from poa_bis_savings_rpt
118: where last_update_date <= sysdate - 2;
119:
120: -- Get the current timestamp. All entries inserted into
121: -- the fact table will use this timestamp as the last updated