DBA Data[Home] [Help]

APPS.PON_VALIDATE_SHIPMENTS_INT dependencies on PON_VALIDATE_SHIPMENTS_INT

Line 1: PACKAGE BODY pon_validate_shipments_int as

1: PACKAGE BODY pon_validate_shipments_int as
2: -- $Header: pon_validate_shipments_int.plb 120.5.12020000.6 2013/05/22 05:55:38 nrayi noship $
3:
4: -- These will be used for debugging the code
5: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');

Line 2: -- $Header: pon_validate_shipments_int.plb 120.5.12020000.6 2013/05/22 05:55:38 nrayi noship $

1: PACKAGE BODY pon_validate_shipments_int as
2: -- $Header: pon_validate_shipments_int.plb 120.5.12020000.6 2013/05/22 05:55:38 nrayi noship $
3:
4: -- These will be used for debugging the code
5: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
6: g_pkg_name CONSTANT VARCHAR2(30) := 'PON_VALIDATE_PAYMENTS_INT';

Line 1738: END pon_validate_shipments_int;

1734: module => g_module_prefix || p_module,
1735: message => p_message);
1736: END if;
1737: END;
1738: END pon_validate_shipments_int;