DBA Data[Home] [Help]

APPS.AHL_OSP_ORDERS_PVT dependencies on STANDARD

Line 3481: --Standard Start of API savepoint

3477: BEGIN
3478: --Initialize API return status to success
3479: x_return_status := FND_API.G_RET_STS_SUCCESS;
3480:
3481: --Standard Start of API savepoint
3482: SAVEPOINT process_osp_order;
3483:
3484: --Standard call to check for call compatibility.
3485: IF NOT FND_API.compatible_api_call(

Line 3484: --Standard call to check for call compatibility.

3480:
3481: --Standard Start of API savepoint
3482: SAVEPOINT process_osp_order;
3483:
3484: --Standard call to check for call compatibility.
3485: IF NOT FND_API.compatible_api_call(
3486: l_api_version,
3487: p_api_version,
3488: l_api_name,

Line 4267: -- to make the process_osp_order API conform to Oracle Apps Public API Standards

4263: p_data => x_msg_data);
4264: END process_osp_order;
4265:
4266: -- create_osp_order_header Procedure revamped by jaramana on May 9, 2006 for Bug 5215894
4267: -- to make the process_osp_order API conform to Oracle Apps Public API Standards
4268: -- in the create mode also.
4269: -- 1. Perform Value to Id conversions
4270: -- 2. Honor the input values/Ids passed
4271: -- 3. Validate the Ids passed or derived

Line 7816: -- Standard variables

7812: p_x_osp_order_line_rec IN osp_order_line_rec_type,
7813: x_warranty_entl_tbl OUT NOCOPY AHL_WARRANTY_ENTL_PVT.Warranty_Entl_Tbl_Type,
7814: x_call_process_entl OUT NOCOPY VARCHAR2
7815: ) IS
7816: -- Standard variables
7817: L_API_NAME CONSTANT VARCHAR2(30) := 'Get_Warranty_Rec_for_Create';
7818: L_DEBUG_KEY CONSTANT VARCHAR2(100) := G_LOG_PREFIX || '.' || L_API_NAME;
7819: -- Local variables defined for the procedure
7820: l_trackable VARCHAR2(1);

Line 7954: -- Standard variables

7950: p_x_osp_order_line_rec IN osp_order_line_rec_type,
7951: x_warranty_entl_tbl OUT NOCOPY AHL_WARRANTY_ENTL_PVT.Warranty_Entl_Tbl_Type,
7952: x_call_process_entl OUT NOCOPY VARCHAR2
7953: ) IS
7954: -- Standard variables
7955: L_API_NAME CONSTANT VARCHAR2(30) := 'Get_Warranty_Rec_for_Update';
7956: L_DEBUG_KEY CONSTANT VARCHAR2(100) := 'ahl.plsql.' || G_PKG_NAME || '.' || L_API_NAME;
7957: -- Local variables defined for the procedure
7958: l_contract_id NUMBER := null;

Line 8109: -- Standard variables

8105: p_osp_order_id IN NUMBER := null,
8106: p_osp_order_line_id IN NUMBER := null,
8107: x_warranty_entl_tbl OUT NOCOPY AHL_WARRANTY_ENTL_PVT.Warranty_Entl_Tbl_Type
8108: ) IS
8109: -- Standard variables
8110: L_API_NAME CONSTANT VARCHAR2(30) := 'Get_Entl_rec_for_Delete';
8111: L_DEBUG_KEY CONSTANT VARCHAR2(100) := 'ahl.plsql.' || G_PKG_NAME || '.' || L_API_NAME;
8112: -- Local variables defined for the procedure
8113: l_warranty_entl_id NUMBER := null;