DBA Data[Home] [Help]

APPS.ASO_RELATED_OBJ_PVT dependencies on ASO_DEBUG_PUB

Line 126: IF aso_debug_pub.g_debug_flag = 'Y' THEN

122:
123: aso_conc_req_int.lock_exists( p_quote_header_id => p_related_obj_rec.quote_object_id,
124: x_status => l_x_status );
125:
126: IF aso_debug_pub.g_debug_flag = 'Y' THEN
127: aso_debug_pub.add('create_related_obj: l_x_status: '|| l_x_status);
128: END IF;
129:
130: if l_x_status = fnd_api.g_true then

Line 127: aso_debug_pub.add('create_related_obj: l_x_status: '|| l_x_status);

123: aso_conc_req_int.lock_exists( p_quote_header_id => p_related_obj_rec.quote_object_id,
124: x_status => l_x_status );
125:
126: IF aso_debug_pub.g_debug_flag = 'Y' THEN
127: aso_debug_pub.add('create_related_obj: l_x_status: '|| l_x_status);
128: END IF;
129:
130: if l_x_status = fnd_api.g_true then
131:

Line 400: IF aso_debug_pub.g_debug_flag = 'Y' THEN

396:
397: aso_conc_req_int.lock_exists( p_quote_header_id => p_related_obj_rec.quote_object_id ,
398: x_status => l_x_status );
399:
400: IF aso_debug_pub.g_debug_flag = 'Y' THEN
401: aso_debug_pub.add('update_related_obj: l_x_status: '|| l_x_status);
402: END IF;
403:
404: if l_x_status = fnd_api.g_true then

Line 401: aso_debug_pub.add('update_related_obj: l_x_status: '|| l_x_status);

397: aso_conc_req_int.lock_exists( p_quote_header_id => p_related_obj_rec.quote_object_id ,
398: x_status => l_x_status );
399:
400: IF aso_debug_pub.g_debug_flag = 'Y' THEN
401: aso_debug_pub.add('update_related_obj: l_x_status: '|| l_x_status);
402: END IF;
403:
404: if l_x_status = fnd_api.g_true then
405:

Line 563: IF aso_debug_pub.g_debug_flag = 'Y' THEN

559:
560: aso_conc_req_int.lock_exists( p_quote_header_id => l_quote_object_id,
561: x_status => l_x_status );
562:
563: IF aso_debug_pub.g_debug_flag = 'Y' THEN
564: aso_debug_pub.add('delete_related_obj: l_x_status: '|| l_x_status);
565: END IF;
566:
567: if l_x_status = fnd_api.g_true then

Line 564: aso_debug_pub.add('delete_related_obj: l_x_status: '|| l_x_status);

560: aso_conc_req_int.lock_exists( p_quote_header_id => l_quote_object_id,
561: x_status => l_x_status );
562:
563: IF aso_debug_pub.g_debug_flag = 'Y' THEN
564: aso_debug_pub.add('delete_related_obj: l_x_status: '|| l_x_status);
565: END IF;
566:
567: if l_x_status = fnd_api.g_true then
568: