DBA Data[Home] [Help]

APPS.INV_REPLENISH_COUNT_LOVS dependencies on INV_REPLENISH_COUNT_LOVS

Line 1: PACKAGE BODY inv_replenish_count_lovs AS

1: PACKAGE BODY inv_replenish_count_lovs AS
2: /* $Header: INVRPCLB.pls 120.2.12010000.2 2008/07/29 12:54:49 ptkumar ship $ */
3:
4: /** Package : INV_REPLENISH_COUNT_LOVS
5: * File : INVRPCLB.pls

Line 4: /** Package : INV_REPLENISH_COUNT_LOVS

1: PACKAGE BODY inv_replenish_count_lovs AS
2: /* $Header: INVRPCLB.pls 120.2.12010000.2 2008/07/29 12:54:49 ptkumar ship $ */
3:
4: /** Package : INV_REPLENISH_COUNT_LOVS
5: * File : INVRPCLB.pls
6: * Content :
7: * Description :
8: * Notes :

Line 11: * Body of package inv_replenish_count_lovs

7: * Description :
8: * Notes :
9: * Modified : Mon Aug 25 12:17:54 GMT+05:30 2003
10: *
11: * Body of package inv_replenish_count_lovs
12: * This file contains Replenishment Count LOVS being used by the
13: * mobile WMS/INV applications. It is being called from java
14: * LOV beans to populate the LOV.
15: *

Line 21: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_REPLENISH_COUNT_LOVS';

17:
18: /**
19: * Global constant holding the package name
20: **/
21: g_pkg_name CONSTANT VARCHAR2(30) := 'INV_REPLENISH_COUNT_LOVS';
22: g_version_printed BOOLEAN := FALSE;
23: g_user_name fnd_user.user_name%TYPE := fnd_global.user_name;
24: g_trace_on NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 2);
25:

Line 545: END inv_replenish_count_lovs;

541: AND TRUNC(NVL(start_date_active, SYSDATE - 1)) <= TRUNC(SYSDATE)
542: ORDER BY meaning;
543: END IF;
544: END get_replenish_count_types_lov;
545: END inv_replenish_count_lovs;