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.2.12020000.2 2013/05/30 11:51:02 gjyothi ship $ */
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 282: -- PO_PROJECT_DETAILS_SV.pjm_validate_success

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

Line 283: -- PO_PROJECT_DETAILS_SV.pjm_validate_warning

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

Line 284: -- PO_PROJECT_DETAILS_SV.pjm_validate_failure

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

Line 465: END PO_PROJECT_DETAILS_SV ;

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