DBA Data[Home] [Help]

APPS.BIS_INIT dependencies on BIS_INIT

Line 1: package body bis_init as

1: package body bis_init as
2: /* $Header: EDWINITB.pls 120.0 2005/06/01 17:23:18 appldev noship $*/
3:
4: -- This is initialization procedure for BIS/EDW
5:

Line 98: ('BIS_INIT.INITIALIZE', 'BIS/EDW Initialization Procedure', NULL,

94: insert into edw_error_log
95: (object_name, object_type, resp_id, message,
96: last_update_date, last_updated_by, creation_date, created_by, last_update_login)
97: values
98: ('BIS_INIT.INITIALIZE', 'BIS/EDW Initialization Procedure', NULL,
99: 'Oracle error occured in edw_init.initialize procedure at step : '|| x_step
100: || '. Errorcode is : ' || v_ErrorCode || ' and Errortext is : ' || v_ErrorText,
101: sysdate, 0, sysdate, 0, 0);
102: commit;

Line 110: END bis_init;

106: RAISE;
107:
108: END initialize;
109:
110: END bis_init;