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 115.2 2003/08/25 19:24:16 sbull noship $
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 402: END PO_LOCKS;

398: g_debug_stmt := PO_DEBUG.is_debug_stmt_on;
399: g_debug_unexp := PO_DEBUG.is_debug_unexp_on;
400:
401:
402: END PO_LOCKS;