DBA Data[Home] [Help]

APPS.BIX_SESSION_SUMMARY_PKG dependencies on BIX_SESSION_SUMMARY_PKG

Line 1: PACKAGE BODY BIX_SESSION_SUMMARY_PKG AS

1: PACKAGE BODY BIX_SESSION_SUMMARY_PKG AS
2: /*$Header: bixsessd.plb 120.2 2006/02/13 15:11:53 anasubra noship $ */
3:
4: g_request_id NUMBER;
5: g_program_appl_id NUMBER;

Line 1820: write_log('Finished Procedure BIX_SESSION_SUMMARY_PKG with success at : ' || to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss'));

1816: write_log('End procedure merge_data');
1817:
1818: write_log('Total Rows Inserted/Updated : ' || to_char(g_rows_ins_upd));
1819:
1820: write_log('Finished Procedure BIX_SESSION_SUMMARY_PKG with success at : ' || to_char(sysdate, 'mm/dd/yyyy hh24:mi:ss'));
1821:
1822: write_log('Truncating the table bix_agent_session_stg');
1823: Truncate_Table('BIX_AGENT_SESSION_STG');
1824: write_log('Done truncating the table bix_agent_session_stg');

Line 1905: END BIX_SESSION_SUMMARY_PKG;

1901: WHEN OTHERS THEN
1902: RAISE;
1903: END load;
1904:
1905: END BIX_SESSION_SUMMARY_PKG;