DBA Data[Home] [Help]

APPS.PO_GA_PVT dependencies on PO_GA_PVT

Line 1: PACKAGE BODY PO_GA_PVT AS

1: PACKAGE BODY PO_GA_PVT AS
2: /* $Header: POXVGAB.pls 120.2.12020000.2 2013/02/11 00:59:30 vegajula ship $ */
3:
4: --
5: G_PKG_NAME CONSTANT varchar2(30) := 'PO_GA_PVT';

Line 5: G_PKG_NAME CONSTANT varchar2(30) := 'PO_GA_PVT';

1: PACKAGE BODY PO_GA_PVT AS
2: /* $Header: POXVGAB.pls 120.2.12020000.2 2013/02/11 00:59:30 vegajula ship $ */
3:
4: --
5: G_PKG_NAME CONSTANT varchar2(30) := 'PO_GA_PVT';
6:
7: --< Shared Proc FPJ Start >
8: -- Debugging booleans used to bypass logging when turned off
9: g_debug_stmt CONSTANT BOOLEAN := PO_DEBUG.is_debug_stmt_on;

Line 369: po_message_s.sql_error('PO_GA_PVT.get_ga_values', '000', sqlcode);

365:
366: EXCEPTION
367:
368: WHEN OTHERS THEN
369: po_message_s.sql_error('PO_GA_PVT.get_ga_values', '000', sqlcode);
370:
371: END get_ga_values;
372: --< Shared Proc FPJ End >
373:

Line 1671: (procname => 'PO_GA_PVT.validate_item_in_org',

1667: l_progress := '010';
1668:
1669: -- Invalid parameter, so raise error here
1670: APP_EXCEPTION.invalid_argument
1671: (procname => 'PO_GA_PVT.validate_item_in_org',
1672: argument => 'p_ga_org_type',
1673: value => p_ga_org_type);
1674: END IF;
1675:

Line 2453: END PO_GA_PVT;

2449: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
2450:
2451: END sync_all_ga_line_attachments;
2452:
2453: END PO_GA_PVT;