DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on FND_API

Line 568: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

564: ,x_return_status => x_return_status
565: ,x_msg_data => x_msg_data
566: ,x_msg_count => x_msg_count);
567:
568: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
569: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
570: fnd_log.string(log_level => fnd_log.level_unexpected
571: ,module => 'pon_award_pkg.complete_award'
572: ,message => 'Error while locking team scoring');

Line 602: p_init_msg_list => FND_API.G_FALSE,

598:
599: -- Raise Business Event
600: PON_BIZ_EVENTS_PVT.RAISE_NEG_AWRD_COMPLETE_EVENT(
601: p_api_version => 1.0 ,
602: p_init_msg_list => FND_API.G_FALSE,
603: p_commit => FND_API.G_FALSE,
604: p_auction_header_id => p_auction_header_id,
605: p_create_po_flag => p_create_po_flag,
606: x_return_status => x_return_status,

Line 603: p_commit => FND_API.G_FALSE,

599: -- Raise Business Event
600: PON_BIZ_EVENTS_PVT.RAISE_NEG_AWRD_COMPLETE_EVENT(
601: p_api_version => 1.0 ,
602: p_init_msg_list => FND_API.G_FALSE,
603: p_commit => FND_API.G_FALSE,
604: p_auction_header_id => p_auction_header_id,
605: p_create_po_flag => p_create_po_flag,
606: x_return_status => x_return_status,
607: x_msg_count => x_msg_count,