DBA Data[Home] [Help]

APPS.PO_COPYDOC_S5 dependencies on PO_COPYDOC_S5

Line 1: PACKAGE BODY po_copydoc_s5 AS

1: PACKAGE BODY po_copydoc_s5 AS
2: /* $Header: POXCPO5B.pls 120.2 2006/09/07 10:37:45 ajarora noship $*/
3:
4: --< Shared Proc FPJ Start >
5: -- Debugging booleans used to bypass logging when turned off

Line 9: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_COPYDOC_S5';

5: -- Debugging booleans used to bypass logging when turned off
6: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;
7: g_debug_unexp CONSTANT BOOLEAN := PO_DEBUG.is_debug_unexp_on;
8:
9: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_COPYDOC_S5';
10: g_module_prefix CONSTANT VARCHAR2(30) := 'po.plsql.' || g_pkg_name || '.';
11: --< Shared Proc FPJ End >
12:
13: --

Line 625: (x_routine => 'PO_COPYDOC_S5.generate_accounts',

621: x_return_status := FND_API.g_ret_sts_error;
622: WHEN OTHERS THEN
623: x_return_status := FND_API.g_ret_sts_unexp_error;
624: PO_COPYDOC_S1.copydoc_sql_error
625: (x_routine => 'PO_COPYDOC_S5.generate_accounts',
626: x_progress => l_progress,
627: x_sqlcode => SQLCODE,
628: x_online_report_id => p_online_report_id,
629: x_sequence => x_sequence,

Line 641: END po_copydoc_s5;

637: END IF;
638: END generate_accounts;
639: --< Shared Proc FPJ End >
640:
641: END po_copydoc_s5;