DBA Data[Home] [Help]

APPS.PON_AWARD_PKG dependencies on FND_API

Line 903: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

899: ,x_return_status => x_return_status
900: ,x_msg_data => x_msg_data
901: ,x_msg_count => x_msg_count);
902:
903: IF x_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
904: IF ( fnd_log.level_unexpected >= fnd_log.g_current_runtime_level) THEN
905: fnd_log.string(log_level => fnd_log.level_unexpected
906: ,module => 'pon_award_pkg.complete_award'
907: ,message => 'Error while locking team scoring');

Line 941: p_init_msg_list => FND_API.G_FALSE,

937:
938: -- Raise Business Event
939: PON_BIZ_EVENTS_PVT.RAISE_NEG_AWRD_COMPLETE_EVENT(
940: p_api_version => 1.0 ,
941: p_init_msg_list => FND_API.G_FALSE,
942: p_commit => FND_API.G_FALSE,
943: p_auction_header_id => p_auction_header_id,
944: p_create_po_flag => p_create_po_flag,
945: x_return_status => x_return_status,

Line 942: p_commit => FND_API.G_FALSE,

938: -- Raise Business Event
939: PON_BIZ_EVENTS_PVT.RAISE_NEG_AWRD_COMPLETE_EVENT(
940: p_api_version => 1.0 ,
941: p_init_msg_list => FND_API.G_FALSE,
942: p_commit => FND_API.G_FALSE,
943: p_auction_header_id => p_auction_header_id,
944: p_create_po_flag => p_create_po_flag,
945: x_return_status => x_return_status,
946: x_msg_count => x_msg_count,