DBA Data[Home] [Help]

APPS.AMW_AP_APPROVAL_PVT dependencies on AMW_AP_APPROVAL_PVT

Line 1: PACKAGE BODY amw_ap_approval_pvt AS

1: PACKAGE BODY amw_ap_approval_pvt AS
2: /* $Header: amwvaapb.pls 120.0 2005/05/31 21:51:22 appldev noship $ */
3:
4: -- Start of Comments
5: --

Line 7: -- amw_AP_Approval_PVT

3:
4: -- Start of Comments
5: --
6: -- NAME
7: -- amw_AP_Approval_PVT
8: --
9: -- PURPOSE
10: -- This package contains all transactions to be done for
11: -- AP Approvals in Oracle Internal APs

Line 17: g_pkg_name CONSTANT VARCHAR2 (30) := 'amw_AP_Approval_PVT';

13: -- HISTORY
14: -- 6/4/2003 MUMU PANDE CREATION
15: -- 6/25/2003 KARTHI MUTHUSWAMY Modified update_AP_status()
16: -- 7/2/2003 mpande Updated for All Message and formatting
17: g_pkg_name CONSTANT VARCHAR2 (30) := 'amw_AP_Approval_PVT';
18: g_file_name CONSTANT VARCHAR2 (15) := 'amwvaapb.pls';
19: g_ap_mode CONSTANT VARCHAR2 (15) := 'WORKFLOW';
20: g_debug CONSTANT BOOLEAN
21: := fnd_msg_pub.check_msg_level (fnd_msg_pub.g_msg_lvl_debug_high);

Line 1300: END amw_ap_approval_pvt;

1296: x_error_msg => l_error_msg
1297: );
1298: --RAISE;
1299: END update_ap_status;
1300: END amw_ap_approval_pvt;