DBA Data[Home] [Help]

APPS.PO_LOCKS dependencies on PO_LOCKS

Line 1: PACKAGE BODY PO_LOCKS AS

1: PACKAGE BODY PO_LOCKS AS
2: -- $Header: POXLOCKB.pls 120.2 2011/05/30 05:46:03 lswamina ship $
3:
4:
5:

Line 14: := 'PO_LOCKS'

10: -- Debugging
11:
12: g_pkg_name CONSTANT
13: VARCHAR2(30)
14: := 'PO_LOCKS'
15: ;
16: g_log_head CONSTANT
17: VARCHAR2(50)
18: := 'po.plsql.' || g_pkg_name || '.'

Line 550: END PO_LOCKS;

546: g_debug_stmt := PO_DEBUG.is_debug_stmt_on;
547: g_debug_unexp := PO_DEBUG.is_debug_unexp_on;
548:
549:
550: END PO_LOCKS;