DBA Data[Home] [Help]

APPS.ASO_CFG_INT dependencies on STANDARD

Line 60: -- Standard Start of API savepoint

56: l_oe_line_tbl OE_ORDER_PUB.Line_Tbl_Type ;
57: l_api_name VARCHAR2(30) := 'Get_Configuration_Lines' ;
58: l_api_version_number Number := 1.0 ;
59: BEGIN
60: -- Standard Start of API savepoint
61: SAVEPOINT GET_CONFIGURATION_LINES_PUB;
62:
63: OE_ORDER_GRP.Get_Option_Lines(
64: p_api_version_number => l_api_version_number ,

Line 940: -- Standard Start of API savepoint

936: x_ret_Stat VARCHAR2(50);
937: -- end 6661597
938:
939: BEGIN
940: -- Standard Start of API savepoint
941: SAVEPOINT GET_CONFIG_DETAILS_INT;
942:
943: /*
944: aso_debug_pub.g_debug_flag := 'Y';

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

958: aso_debug_pub.add('p_config_rec.valid_configuration_flag: '|| p_config_rec.valid_configuration_flag);
959: aso_debug_pub.add('p_config_rec.complete_configuration_flag: '|| p_config_rec.complete_configuration_flag);
960: END IF;
961:
962: -- Standard call to check for call compatibility.
963: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
964: p_api_version_number,
965: l_api_name,
966: G_PKG_NAME) THEN

Line 3388: -- Standard Start of API savepoint

3384: l_delete_config VARCHAR2(1) := fnd_api.g_false;
3385: l_old_config_hdr_id NUMBER;
3386: l_config_changed VARCHAR2(1);
3387: BEGIN
3388: -- Standard Start of API savepoint
3389: -- SAVEPOINT VALIDATE_CONFIGURATION_INT;
3390:
3391: l_return_status := FND_API.G_RET_STS_SUCCESS;
3392: