DBA Data[Home] [Help]

APPS.BIS_RS_PROG_RUN_HISTORY_PKG dependencies on BIS_RS_PROG_RUN_HISTORY_PKG

Line 1: package body BIS_RS_PROG_RUN_HISTORY_PKG AS

1: package body BIS_RS_PROG_RUN_HISTORY_PKG AS
2: /*$Header: BISPRTHB.pls 120.0 2005/06/01 14:27 appldev noship $*/
3: PROCEDURE Insert_Row( p_Set_request_id Number,
4: p_Stage_request_id Number,
5: p_Request_id Number,

Line 56: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BIS_RS_PROG_RUN_HISTORY_PKG.Insert_Row ' || sqlerrm);

52:
53: commit;
54: EXCEPTION
55: when others then
56: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BIS_RS_PROG_RUN_HISTORY_PKG.Insert_Row ' || sqlerrm);
57: raise;
58:
59: END;
60:

Line 131: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BIS_RS_PROG_RUN_HISTORY_PKG.Update_Row ' || sqlerrm);

127: RETURN TRUE;
128:
129: EXCEPTION
130: when others then
131: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BIS_RS_PROG_RUN_HISTORY_PKG.Update_Row ' || sqlerrm);
132: raise;
133:
134: END;
135:

Line 146: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BIS_RS_PROG_RUN_HISTORY_PKG.Delete_Row ' || sqlerrm);

142: WHERE SET_REQUEST_ID =p_set_rq_id;
143:
144: EXCEPTION
145: when others then
146: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BIS_RS_PROG_RUN_HISTORY_PKG.Delete_Row ' || sqlerrm);
147: raise;
148: END;
149:
150:

Line 151: END BIS_RS_PROG_RUN_HISTORY_PKG;

147: raise;
148: END;
149:
150:
151: END BIS_RS_PROG_RUN_HISTORY_PKG;