DBA Data[Home] [Help]

APPS.AHL_OSP_ACCOMP_PVT dependencies on STANDARD

Line 373: -- Standard IN Parameters :

369: -- Will be called from the Service Details UI.
370: -- Pre-reqs :
371: -- Parameters :
372: --
373: -- Standard IN Parameters :
374: -- p_api_version IN NUMBER Default 1.0
375: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
376: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
377: -- Standard OUT Parameters :

Line 377: -- Standard OUT Parameters :

373: -- Standard IN Parameters :
374: -- p_api_version IN NUMBER Default 1.0
375: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_TRUE
376: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
377: -- Standard OUT Parameters :
378: -- x_return_status OUT VARCHAR2 Required
379: -- x_msg_count OUT NUMBER Required
380: -- x_msg_data OUT VARCHAR2 Required
381: -- process_disposition Parameters:

Line 479: -- Standard start of API savepoint

475:
476:
477: BEGIN
478:
479: -- Standard start of API savepoint
480: SAVEPOINT accomplish_osp_mrs_pvt;
481: IF (l_log_procedure >= l_log_current_level) THEN
482: FND_LOG.STRING(l_log_procedure, L_FULL_NAME || '.begin', 'Entering Procedure. p_accomplishment_id = ' || p_accomplishment_id ||
483: ', p_osp_order_line_id = ' || p_osp_order_line_id);

Line 486: -- Standard call to check for call compatibility

482: FND_LOG.STRING(l_log_procedure, L_FULL_NAME || '.begin', 'Entering Procedure. p_accomplishment_id = ' || p_accomplishment_id ||
483: ', p_osp_order_line_id = ' || p_osp_order_line_id);
484: END IF;
485:
486: -- Standard call to check for call compatibility
487: IF NOT FND_API.Compatible_API_Call(L_API_VERSION, p_api_version, L_API_NAME, G_PKG_NAME) THEN
488: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
489: END IF;
490:

Line 675: -- Standard check of p_commit

671: i := l_accomplishment_ids_tbl.NEXT(i);
672:
673: END LOOP; -- For all Open Accomplishments
674:
675: -- Standard check of p_commit
676: IF FND_API.TO_BOOLEAN(p_commit) THEN
677: COMMIT WORK;
678: END IF;
679:

Line 680: -- Standard call to get message count and if count is 1, get message info

676: IF FND_API.TO_BOOLEAN(p_commit) THEN
677: COMMIT WORK;
678: END IF;
679:
680: -- Standard call to get message count and if count is 1, get message info
681: FND_MSG_PUB.Count_And_Get
682: ( p_count => x_msg_count,
683: p_data => x_msg_data,
684: p_encoded => fnd_api.g_false