[Home] [Help]
1: PACKAGE BODY amw_risk_approval_pvt AS
2: /* $Header: amwvrapb.pls 115.8 2003/07/24 01:25:09 mpande noship $ */
3:
4: -- Start of Comments
5: --
3:
4: -- Start of Comments
5: --
6: -- NAME
7: -- amw_risk_Approval_PVT
8: --
9: -- PURPOSE
10: -- This package contains all transactions to be done for
11: -- Risk Approvals in Oracle Internal RISKs
13: -- HISTORY
14: -- 6/4/2003 MUMU PANDE CREATION
15: -- 6/25/2003 KARTHI MUTHUSWAMY Modified update_risk_status()
16: -- 7/2/2003 mpande Updated for All Message and formatting
17: g_pkg_name CONSTANT VARCHAR2 (30) := 'amw_risk_Approval_PVT';
18: g_file_name CONSTANT VARCHAR2 (15) := 'amwvrapb.pls';
19: g_risk_mode CONSTANT VARCHAR2 (15) := 'WORKFLOW';
20: g_debug BOOLEAN
21: := fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_debug_high);
1275: x_error_msg => l_error_msg
1276: );
1277: --RAISE;
1278: END update_risk_status;
1279: END amw_risk_approval_pvt;