DBA Data[Home] [Help]

APPS.INV_REPLENISH_COUNT_PVT dependencies on INV_REPLENISH_COUNT_PVT

Line 1: PACKAGE BODY inv_replenish_count_pvt AS

1: PACKAGE BODY inv_replenish_count_pvt AS
2: /* $Header: INVVRPCB.pls 120.1.12010000.2 2008/07/29 13:49:46 ptkumar ship $ */
3:
4: /**
5: * Package : INV_REPLENISH_COUNT_PVT

Line 5: * Package : INV_REPLENISH_COUNT_PVT

1: PACKAGE BODY inv_replenish_count_pvt AS
2: /* $Header: INVVRPCB.pls 120.1.12010000.2 2008/07/29 13:49:46 ptkumar ship $ */
3:
4: /**
5: * Package : INV_REPLENISH_COUNT_PVT
6: * File : INVVRPCB.pls
7: * Content :
8: * Description :
9: * Notes :

Line 12: * Package Body for INV_REPLENISH_COUNT_PVT

8: * Description :
9: * Notes :
10: * Modified : Mon Aug 25 12:17:54 GMT+05:30 2003
11: *
12: * Package Body for INV_REPLENISH_COUNT_PVT
13: * This file contains procedures and functions needed for
14: * Replenishment Count being used in the mobile WMS/INV applications.
15: * This package also includes APIs to process and report Count entries
16: * for a Replenishment Count.

Line 22: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_REPLENISH_COUNT_PVT';

18:
19: /**
20: * Globals constant holding the package name.
21: **/
22: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_REPLENISH_COUNT_PVT';
23: g_version_printed BOOLEAN := FALSE;
24: g_user_name fnd_user.user_name%TYPE := fnd_global.user_name;
25:
26: /**

Line 767: END inv_replenish_count_pvt;

763: EXCEPTION
764: WHEN OTHERS THEN
765: x_return_status := fnd_api.g_ret_sts_error;
766: END process_report_count;
767: END inv_replenish_count_pvt;