DBA Data[Home] [Help]

APPS.PO_GA_ORG_ASSIGN_PVT dependencies on PO_GA_ORG_ASSIGN_PVT

Line 1: PACKAGE BODY PO_GA_ORG_ASSIGN_PVT AS

1: PACKAGE BODY PO_GA_ORG_ASSIGN_PVT AS
2: /* $Header: POXPORGB.pls 120.3 2005/09/21 00:45:23 arudas noship $ */
3:
4: --< Shared Proc FPJ Start >
5: -- Read the profile option that enables/disables the debug log

Line 8: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_GA_ORG_ASSIGN_PVT';

4: --< Shared Proc FPJ Start >
5: -- Read the profile option that enables/disables the debug log
6: g_fnd_debug CONSTANT VARCHAR2(1) := NVL(FND_PROFILE.VALUE('AFLOG_ENABLED'),'N');
7:
8: g_pkg_name CONSTANT VARCHAR2(20) := 'PO_GA_ORG_ASSIGN_PVT';
9: g_module_prefix CONSTANT VARCHAR2(30) := 'po.plsql.' || g_pkg_name || '.';
10: --< Shared Proc FPJ End >
11:
12: --------------------------------------------------------------------------------

Line 245: PO_MESSAGE_S.sql_error(routine => 'PO_GA_ORG_ASSIGN_PVT.delete_row',

241: AND organization_id = p_organization_id;
242:
243: EXCEPTION
244: WHEN OTHERS THEN
245: PO_MESSAGE_S.sql_error(routine => 'PO_GA_ORG_ASSIGN_PVT.delete_row',
246: location => '200',
247: error_code => SQLCODE);
248: APP_EXCEPTION.raise_exception;
249: END delete_row;

Line 435: END PO_GA_ORG_ASSIGN_PVT;

431: END copy_rows;
432:
433: --< Shared Proc FPJ End >
434:
435: END PO_GA_ORG_ASSIGN_PVT;