DBA Data[Home] [Help]

APPS.PO_PROJECT_DETAILS_SV dependencies on PO_PROJECT_DETAILS_SV

Line 1: PACKAGE BODY PO_PROJECT_DETAILS_SV AS

1: PACKAGE BODY PO_PROJECT_DETAILS_SV AS
2: /* $Header: POXPROJB.pls 120.1 2005/11/09 12:43:29 vinokris noship $ */
3:
4: --< Bug 3265539 Start >
5: -- Debugging booleans used to bypass logging when turned off

Line 9: g_pkg_name CONSTANT VARCHAR2(30) := 'PO_PROJECT_DETAILS_SV';

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(30) := 'PO_PROJECT_DETAILS_SV';
10: g_module_prefix CONSTANT VARCHAR2(40) := 'po.plsql.' || g_pkg_name || '.';
11:
12: ---------------------------------------------------------------------------
13: --Start of Comments

Line 280: -- PO_PROJECT_DETAILS_SV.pjm_validate_success

276: --x_error_code
277: -- Error code returned by PJM API.
278: --x_return_code
279: -- Return code of the PJM API function call. Valid values are:
280: -- PO_PROJECT_DETAILS_SV.pjm_validate_success
281: -- PO_PROJECT_DETAILS_SV.pjm_validate_warning
282: -- PO_PROJECT_DETAILS_SV.pjm_validate_failure
283: --Notes:
284: -- This is a simple wrapper for the PJM API that should be used for all calls

Line 281: -- PO_PROJECT_DETAILS_SV.pjm_validate_warning

277: -- Error code returned by PJM API.
278: --x_return_code
279: -- Return code of the PJM API function call. Valid values are:
280: -- PO_PROJECT_DETAILS_SV.pjm_validate_success
281: -- PO_PROJECT_DETAILS_SV.pjm_validate_warning
282: -- PO_PROJECT_DETAILS_SV.pjm_validate_failure
283: --Notes:
284: -- This is a simple wrapper for the PJM API that should be used for all calls
285: -- within PO to provide visibility and flexibility.

Line 282: -- PO_PROJECT_DETAILS_SV.pjm_validate_failure

278: --x_return_code
279: -- Return code of the PJM API function call. Valid values are:
280: -- PO_PROJECT_DETAILS_SV.pjm_validate_success
281: -- PO_PROJECT_DETAILS_SV.pjm_validate_warning
282: -- PO_PROJECT_DETAILS_SV.pjm_validate_failure
283: --Notes:
284: -- This is a simple wrapper for the PJM API that should be used for all calls
285: -- within PO to provide visibility and flexibility.
286: --End of Comments

Line 463: END PO_PROJECT_DETAILS_SV ;

459: RETURN PJM_UNIT_EFF.UNIT_EFFECTIVE_ITEM(p_item_id, p_org_id);
460: END;
461: --< Bug 4338241 END >
462:
463: END PO_PROJECT_DETAILS_SV ;